5 Commits

Author SHA1 Message Date
Martin Pittermann
e6dad8a6a2 Revert "list pages with robotsNoIndex in robots.txt"
This reverts commit 724b999be4c1299d8481b25ef13cc7c98cd7a6db.
2022-05-08 12:51:56 +02:00
Martin Pittermann
724b999be4 list pages with robotsNoIndex in robots.txt 2022-04-30 13:25:00 +02:00
Aditya Telange
575cc0ca8c
Use site function instead of .Site or $.Site
- The site function provides global access to the same data as the .Site page method.
- Current context (`.`) is never considered.
2022-03-27 18:44:06 +05:30
Aditya Telange
bf79c208ae
layouts: use hugo.IsProduction 2020-12-13 20:19:25 +05:30
Aditya Telange
77baa3d76e
layouts: add robots.txt
used when
enableRobotsTXT: true

https://gohugo.io/templates/robots/
2020-11-08 22:31:27 +05:30