web: add noindex to base HTML template (#229)

Closes #227

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-04-06 00:21:13 -04:00 committed by GitHub
parent 878b37178d
commit e58abbe4de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 9 deletions

View file

@ -12,6 +12,7 @@ templ base(title string, body templ.Component) {
<title>{ title }</title>
<link rel="stylesheet" href={ xess.URL }/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="robots" content="noindex,nofollow"/>
<style>
body,
html {