remove social links (useless menu)

This commit is contained in:
Amolith 2020-12-01 10:29:01 -05:00
parent fcf3462feb
commit c406a203c0
Signed by: Amolith
GPG Key ID: 5548AD9930655715
1 changed files with 0 additions and 17 deletions

View File

@ -8,21 +8,4 @@
<li class="menu-entry"><a href="/privacy">Privacy</a></li>
</ul>
</div>
<div class="social-links">
<a href="/feed.xml" title="The RSS feed for my blog" aria-label="Subscribe to the RSS feed for my blog" class="social-linkes-entry" target="_blank">
<i class="fa fa-rss-square"></i>
</a>
<a href="/me/" title="About Amolith" aria-label="Read more about me" class="social-links-entry">
<i class="fa fa-info-circle"></i>
</a>
<a rel="me" title="Mastodon, a decentralised social network" aria-label="Visit my Mastodon profile" href="https://masto.nixnet.xyz/@{{ site.author.mastodon }}" class="social-links-entry" target="_blank">
<i class="fa fa-mastodon"></i>
</a>
<a href="https://t.me/{{ site.author.telegram }}" rel="noreferrer" title="Message me on Telegram" aria-label="Message me on Telegram" class="social-links-entry" target="_blank">
<i class="fa fa-telegram"></i>
</a>
<a href="mailto:{{ site.author.email }}" title="Send me a GPG-encrypted email" aria-label="Send me a GPG-encrypted email" class="social-links-entry" target="_blank">
<i class="fa fa-envelope"></i>
</a>
</div>
</header>