Added favicons, and anti-robot robots.txt
All checks were successful
Build and Publish Docker Image / build (push) Successful in 24s

This commit is contained in:
2026-05-18 01:49:12 -06:00
parent eb0698aa9d
commit c5b09c287f
10 changed files with 14 additions and 6 deletions

9
layouts/robots.txt Normal file
View File

@@ -0,0 +1,9 @@
{{ if hugo.IsProduction }}
{{ range $robot := .Site.Params.robots }}
User-agent: {{ $robot }}
Disallow: /
{{end}}
{{ else }}
User-agent: *
Disallow: /
{{ end }}