Move navbar to separate file (and be the same across entire site)

This commit is contained in:
2020-12-17 00:33:48 -06:00
parent ffe43bc792
commit 194eb3ec64
5 changed files with 13 additions and 20 deletions

8
navbar.html Normal file
View File

@ -0,0 +1,8 @@
<div class="navbar">
<a href="/">Home</a>
<a href="https://searx.bbaovanc.com/" rel="noreferrer" target="_blank">My Searx Instance</a>
<a href="https://git.bbaovanc.com/bbaovanc" rel="noreferrer" target="_blank">My Git Repositories</a>
<a href="contact/">Contact Me</a>
<a href="fun/">Fun</a>
<a href="gpg-fingerprints/">GPG Fingerprints</a>
</div>