theme stuff

This commit is contained in:
fzorb 2025-05-16 08:16:58 +03:00
parent 6ebf324481
commit 542b0e862c
9 changed files with 63 additions and 17 deletions

3
templates/nav.html Normal file
View file

@ -0,0 +1,3 @@
<div class="nav">
<a href="/">Home</a> - <a href="/posts/">Posts</a> - <a href="mailto:fzorb@fzorb.xyz">Email</a> - <a href="/pub.asc">PGP</a>
</div>