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

dependabot[bot]
4 days ago 3338670e89d78a667d22e6307350385b16e59ed4
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" | urls.AbsURL }}
{{ else -}}
Disallow: /
{{ end -}}