commit 6ba7cc32b12fdf387bf3a386e8e23ca2ec192382 parent 615bd4705565e655a0a5a20cec6b6b9c36bc7ae5 Author: servus <servus.angaro@posteo.net> Date: Fri, 21 Aug 2026 13:09:57 +0300 Add Git link to nav Diffstat:
| M | templates/page/header.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/page/header.html b/templates/page/header.html @@ -13,7 +13,7 @@ <table id="menu" width="100%" border="0"> <tr> <td id="links-contact" align="right"> - <a href="mailto:${sitemail}">Mail</a> + <a href="git/">Git</a> | <a href="mailto:${sitemail}">Mail</a> </td> </tr> </table>