aboutsummaryrefslogtreecommitdiff
path: root/web/index.templ
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-06 00:21:13 -0400
committerGitHub <noreply@github.com>2025-04-06 04:21:13 +0000
commite58abbe4ded17c1a6cca57b54f0eecf16654c146 (patch)
tree11cbb9f090b692fa81e85b9d9c4b0d1dd1f82789 /web/index.templ
parent878b37178d5b55046871ce53371eec5efb52cc78 (diff)
downloadanubis-e58abbe4ded17c1a6cca57b54f0eecf16654c146.tar.xz
anubis-e58abbe4ded17c1a6cca57b54f0eecf16654c146.zip
web: add noindex to base HTML template (#229)
Closes #227 Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'web/index.templ')
-rw-r--r--web/index.templ1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.templ b/web/index.templ
index ff3994f..90ee5a4 100644
--- a/web/index.templ
+++ b/web/index.templ
@@ -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 {