dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-theme-ananke
mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Improve semantic structure of pages (#151)
Bud Parr
08.41.2019
6c05a679954a8d45a7232b60690e34343b0ee733
[external-software/github_gohugo-theme-ananke.git]
/
layouts
/
robots.txt
1
2
3
4
5
6
7
User-agent: *
# robotstxt.org - if ENV production variable is false robots will be disallowed.
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
Disallow:
{{ else }}
Disallow: /
{{ end }}