commit d609627f8ef71f41da562d78b72182760516a8f3 parent 45e38991e3228810d5c7b9bfb8983c35fffb7397 Author: servus <servus.angaro@posteo.net> Date: Fri, 21 Aug 2026 15:13:59 +0300 Split nav: Git on the left, About/Mail on the right, matching codemadness's layout Diffstat:
| M | templates/page/header.html | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/templates/page/header.html b/templates/page/header.html @@ -12,8 +12,11 @@ <nav id="menuwrap"> <table id="menu" width="100%" border="0"> <tr> + <td id="links" align="left"> + <a href="git/">Git</a> + </td> <td id="links-contact" align="right"> - <a href="about.html">About</a> | <a href="git/">Git</a> | <a href="mailto:${sitemail}">Mail</a> + <a href="about.html">About</a> | <a href="mailto:${sitemail}">Mail</a> </td> </tr> </table>