aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-07-24 19:14:50 -0400
committerBobby <[email protected]>2023-07-24 19:15:34 -0400
commit8a75093f63d7dae11553f0348b211d74708d9154 (patch)
tree19b3569a24a7038b46c649c8b3f82a4cd783fe0e
parent78b72c0889ae60f80b6cf57017813f4b5c4fe7fc (diff)
downloadthatcomputerscientist-8a75093f63d7dae11553f0348b211d74708d9154.tar.xz
thatcomputerscientist-8a75093f63d7dae11553f0348b211d74708d9154.zip
Added Mastodon link
-rw-r--r--templates/blog/partials/sidebar.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/blog/partials/sidebar.html b/templates/blog/partials/sidebar.html
index 4d2f8864..81562aee 100644
--- a/templates/blog/partials/sidebar.html
+++ b/templates/blog/partials/sidebar.html
@@ -130,7 +130,7 @@
</li>
<li>
<span>
- <img src="{% static 'images/site/icons/translate.png' %}" alt="Translate" border="0">
+ <img src="{% static 'images/site/icons/translate.png' %}" alt="Translate" border="0" style="padding: 2px 0px; height: 20px; width: auto;">
</span>
<span>
<a href="javascript:changeLang('en');" id="tl_ja" style="display: none;" class="notranslate en">English</a>
@@ -189,6 +189,15 @@
</a>
</span>
</li>
+ <li>
+ <span>
+ <img src="{% static 'images/site/icons/globe.gif' %}" alt="Mastodon" border="0" style="padding: 2px 5px; height: 20px; width: auto;">
+ </span>
+ <span>
+ <a rel="me" href="https://mastodon.social/@selch">Mastodon</a>
+ <img width="11" height="11" src="https://img.icons8.com/glyph-neue/20/d2baff/external-link.png" alt="external-link"/ style="height: 11px; width: 11px; position: relative; top: -1px;">
+ </span>
+ </li>
</ul>
</div>