Fix robots
This commit is contained in:
@@ -57,10 +57,3 @@ hcard:
|
||||
region: Ve
|
||||
country: IT
|
||||
showLocation: true
|
||||
social:
|
||||
- platform: email
|
||||
identity: blog@fundor333.com
|
||||
url_pattern: mailto:%s
|
||||
- platform: github
|
||||
identity: fundor333
|
||||
url_pattern: https://github.com/%s
|
||||
|
||||
5
layouts/robots.txt
Normal file
5
layouts/robots.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
User-agent: *
|
||||
|
||||
{{ range where .Data.Pages "Params.robotsdisallow" true }}
|
||||
Disallow: {{ .RelPermalink }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user