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 719f269ffe1a1d80c403f0428d982634a44d2243
parent fe7a81c2bd851d5bb926842351e1ecc6b0f8facf
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Tue, 29 Oct 2024 09:44:07 +0100

feat: update navigation bar

Diffstat:
Mtemplate.html | 12++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/template.html b/template.html @@ -73,17 +73,21 @@ <h1>[% feed.title | html %]</h1> <!-- RSS Button --> <a - class="button" href=<!--XML--> > RSS Feed </a> + <a href="/"> + Main + </a> + <a href="/links.html"> + Links + </a> <!-- Privacy Policy --> <a - class="button" - href="https://www.jayvii.de/privacy/#newsjayviidehttpsnewsjayviide" + href="https://www.jayvii.de/privacy/#newsjayviide" > - Privacy Policy + Privacy </a> </header>