comparison qwb.go @ 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
comparison
equal deleted inserted replaced
5:125e599b1217 6:bd0d3a189f5b
20 </head> 20 </head>
21 <body> 21 <body>
22 <nav>{{NAV}}</nav> 22 <nav>{{NAV}}</nav>
23 <header><h1>{{PAGE_TITLE}}</h1></header> 23 <header><h1>{{PAGE_TITLE}}</h1></header>
24 <main>{{CONTENT}}</main> 24 <main>{{CONTENT}}</main>
25 <footer><p>{{FOOTER_TEXT}}</p></footer> 25 <footer><p>{{FOOTER_TEXT}}</p><p>Built with <a href="https://hg.reactionary.software/repo/qwb/">qwb</a></p></footer>
26 </body> 26 </body>
27 </html>` 27 </html>`
28 28
29 type config struct { 29 type config struct {
30 SiteTitle, FooterText string 30 SiteTitle, FooterText string