add hidden service mirror link
This commit is contained in:
parent
97b65017d0
commit
40d1014269
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue