remove social links (useless menu)

Amolith created

Change summary

_includes/header.html | 17 -----------------
1 file changed, 17 deletions(-)

Detailed changes

_includes/header.html 🔗

@@ -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>