changeset 6:bd0d3a189f5b

my deadass removed "built with" from defautl template (i need to go to sleep)
author Atarwn Gard <a@qwa.su>
date Tue, 17 Mar 2026 22:36:17 +0500
parents 125e599b1217
children d139d86fb4e1
files qwb.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/qwb.go	Tue Mar 17 22:18:02 2026 +0500
+++ b/qwb.go	Tue Mar 17 22:36:17 2026 +0500
@@ -22,7 +22,7 @@
 <nav>{{NAV}}</nav>
 <header><h1>{{PAGE_TITLE}}</h1></header>
 <main>{{CONTENT}}</main>
-<footer><p>{{FOOTER_TEXT}}</p></footer>
+<footer><p>{{FOOTER_TEXT}}</p><p>Built with <a href="https://hg.reactionary.software/repo/qwb/">qwb</a></p></footer>
 </body>
 </html>`