add hidden service mirror link

This commit is contained in:
anna 2021-02-11 21:57:17 +01:00
parent 97b65017d0
commit 40d1014269
Signed by: fef
GPG key ID: EC22E476DC2D3D84
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@ title: fef's blog
description: Shitposts about tech, anime, and the Big Sad. description: Shitposts about tech, anime, and the Big Sad.
baseurl: "/" baseurl: "/"
url: "https://fef.moe" url: "https://fef.moe"
source_url: "https://git.fef.moe/fef/blog" hs_url: "http://pv3gsakv2vlbknfnet7nkn532zzejowdxwrxajnrtasadwnitsgpawyd.onion"
author: author:
name: fef name: fef
email: owo@fef.moe email: owo@fef.moe

View file

@ -47,6 +47,9 @@
@{{ site.author.fedi.user }}@{{ site.author.fedi.host }} @{{ site.author.fedi.user }}@{{ site.author.fedi.host }}
</a> </a>
</li> </li>
{% if site.hs_url %}
<li><a href="{{ site.hs_url }}">Hidden Service mirror</a></li>
{% endif %}
<li><a href="/pgp.txt">PGP key</a></li> <li><a href="/pgp.txt">PGP key</a></li>
</ul> </ul>
</div> </div>