commit aa85d4183d463e1ddcd9b6e6c0f27b78ac58cd8b
parent 8855a2996d7211c8e962e0212f13c08dc698f2db
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Tue, 29 Oct 2024 18:00:12 +0100
fix: reorder navigation menu
Diffstat:
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/template.html b/template.html
@@ -70,18 +70,20 @@
<header>
<nav>
+ <!-- General News -->
+ <a href="/">
+ Main
+ </a>
+ <!-- "Links" -->
+ <a href="/links.html">
+ Left
+ </a>
<!-- 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"