pub / newsplanet

Planet-Style Newsfeed generated with perlanet
git clone https://https://src.jayvii.de/pub/newsplanet.git
Home | Log | Files | Exports | Refs | README | RSS

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:
Mtemplate.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>