commit 3e7e44c97566809a7539cfc5bbbbc4fef9fec84d parent 719f269ffe1a1d80c403f0428d982634a44d2243 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Tue, 29 Oct 2024 09:45:38 +0100 fix: use proper navigation bar Diffstat:
M | template.html | | | 38 | ++++++++++++++++++++------------------ |
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/template.html b/template.html @@ -69,26 +69,28 @@ <body> <header> + <nav> + <!-- RSS Button --> + <a + href=<!--XML--> + > + RSS Feed + </a> + <a href="/"> + Main + </a> + <a href="/links.html"> + Links + </a> + <!-- Privacy Policy --> + <a + href="https://www.jayvii.de/privacy/#newsjayviide" + > + Privacy + </a> + </nav> <!-- Feed Title --> <h1>[% feed.title | html %]</h1> - <!-- RSS Button --> - <a - href=<!--XML--> - > - RSS Feed - </a> - <a href="/"> - Main - </a> - <a href="/links.html"> - Links - </a> - <!-- Privacy Policy --> - <a - href="https://www.jayvii.de/privacy/#newsjayviide" - > - Privacy - </a> </header> <main>