Skip to content

Commit a216505

Browse files
authored
Add Mastodon to Jupyter web site (#710)
1 parent ac7b9d7 commit a216505

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_layouts/default.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
<link rel="stylesheet" href="/assets/css/bootstrap.css">
5656
<link rel="stylesheet" href="/assets/css/main.css">
5757
<link rel="icon" type="image/x-icon" href="/favicon.ico">
58+
<!-- These 'rel="me"' links validate that the Fosstodon Mastodon accounts below are officially associated with Project Jupyter -->
59+
<!-- The @Jupyter account is primary and @ProjectJupyter is a backup -->
60+
<link rel="me" href="https://fosstodon.org/@Jupyter">
61+
<link rel="me" href="https://fosstodon.org/@ProjectJupyter">
5862
<link rel="apple-touch-icon" href="/assets/favicons/apple-touch-icon-152x152.png">
5963
<link rel="apple-touch-icon" sizes="120x120" href="/assets/favicons/apple-touch-icon-120x120.png">
6064
<link rel="apple-touch-icon" sizes="152x152" href="/assets/favicons/apple-touch-icon-152x152.png">
@@ -159,4 +163,4 @@ <h2>Follow us</h2>
159163
</footer>
160164
<script src="/assets/js/bootstrap-native.min.js" defer></script>
161165
</body>
162-
</html>
166+
</html>

0 commit comments

Comments
 (0)