Fix robots

This commit is contained in:
Fundor333
2025-01-17 14:58:54 +01:00
parent 3ee8c512b8
commit 5dc3bb7794
2 changed files with 5 additions and 7 deletions

View File

@@ -57,10 +57,3 @@ hcard:
region: Ve region: Ve
country: IT country: IT
showLocation: true 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
View File

@@ -0,0 +1,5 @@
User-agent: *
{{ range where .Data.Pages "Params.robotsdisallow" true }}
Disallow: {{ .RelPermalink }}
{{ end }}