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 the post_content_classes param for changing post content font
mountainbug95
17.09.2020
262f6fad434288e990435e6ef34f2d23b989f85e
[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 }}