Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mastodon to Jupyter web site #710

Merged
merged 5 commits into from
Dec 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
<link rel="stylesheet" href="/assets/css/bootstrap.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<!-- These 'rel="me"' links validate that the Fosstodon Mastodon accounts below are officially associated with Project Jupyter -->
<!-- The @Jupyter account is primary and @ProjectJupyter is a backup -->
<link rel="me" href="https://fosstodon.org/@Jupyter">
<link rel="me" href="https://fosstodon.org/@ProjectJupyter">
<link rel="apple-touch-icon" href="/assets/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/favicons/apple-touch-icon-152x152.png">
Expand Down Expand Up @@ -159,4 +163,4 @@ <h2>Follow us</h2>
</footer>
<script src="/assets/js/bootstrap-native.min.js" defer></script>
</body>
</html>
</html>