Add plausible analytics and rel attr to mastodon link
This commit is contained in:
parent
e97cd585e3
commit
9e3367505b
2 changed files with 2 additions and 1 deletions
|
@ -2,3 +2,4 @@
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" id="theme" href="/res/css/dark.css" type="text/css">
|
<link rel="stylesheet" id="theme" href="/res/css/dark.css" type="text/css">
|
||||||
|
<script defer data-domain="diskfloppy.me" src="https://analytics.nickandfloppy.com/js/plausible.js"></script>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h1>Elsewhere</h1>
|
<h1>Elsewhere</h1>
|
||||||
<p><strong>Mastodon:</strong> <a href="https://mastodon.sdf.org/@floppydisk_">@floppydisk_@mastodon.sdf.org</a><br>
|
<p><strong>Mastodon:</strong> <a rel="me" href="https://mastodon.sdf.org/@floppydisk_">@floppydisk_@mastodon.sdf.org</a><br>
|
||||||
<strong>Twitter:</strong> <a href="https://twitter.com/floppydisk__">@floppydisk__</a><br>
|
<strong>Twitter:</strong> <a href="https://twitter.com/floppydisk__">@floppydisk__</a><br>
|
||||||
<strong>GitHub:</strong> <a href="https://github.com/floppydisk05">floppydisk05</a><br>
|
<strong>GitHub:</strong> <a href="https://github.com/floppydisk05">floppydisk05</a><br>
|
||||||
<strong>SDF:</strong> <a href="http://floppydisk.sdf.org/">~floppydisk</a>
|
<strong>SDF:</strong> <a href="http://floppydisk.sdf.org/">~floppydisk</a>
|
||||||
|
|
Loading…
Reference in a new issue