Added favicons, and anti-robot robots.txt
All checks were successful
Build and Publish Docker Image / build (push) Successful in 24s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 24s
This commit is contained in:
9
layouts/robots.txt
Normal file
9
layouts/robots.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ if hugo.IsProduction }}
|
||||
{{ range $robot := .Site.Params.robots }}
|
||||
User-agent: {{ $robot }}
|
||||
Disallow: /
|
||||
{{end}}
|
||||
{{ else }}
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user