mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Cyrill Raccaud
21.48.2024 5a1776455f8a8e661c88ce8989cab4e82dc1e032
1
2
3
4
5
6
7
8
User-agent: *
{{/* robotstxt.org - if we are in production, allow access, else deny */ -}}
{{ if hugo.IsProduction -}}
Allow: /
Sitemap: {{ "/sitemap.xml" | absURL }}
{{ else -}}
Disallow: /
{{ end -}}