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
Add optional reading time/word count indication
budparr
04.40.2018
fd22513cf1e1a6b6c9983b41cc5737b8585eca1d
[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 }}