add tor page link to footer

This commit is contained in:
meaz 2023-02-11 08:56:06 +01:00
parent 0cc21abe22
commit bc333977d4
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 3 additions and 2 deletions

View File

@ -13,8 +13,9 @@
</div>
<div id="footer-icons">
<ul class="footer-icons">
<li><a href="https://social.weho.st/@disroot"><i class="fa fa-mastodon fa-fw fa-3x"></i></a></li>
<li><a href="{{ base_url }}/blog.atom"><i class="fa fa-rss-square fa-fw fa-3x"></i></a></li>
<li><a href="https://social.weho.st/@disroot"><i class="fa fa-mastodon fa-fw fa-3x"></i></a></li>
<li><a href="{{ base_url }}/blog.atom"><i class="fa fa-rss-square fa-fw fa-3x"></i></a></li>
<li><a href="/tor"><i class="fa fa-tor-onion fa-fw fa-3x"></i></a></li>
</ul>
</div>
</footer>