diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 2f259cb2..9beed7c6 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -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 diff --git a/layouts/robots.txt b/layouts/robots.txt new file mode 100644 index 00000000..6a12eb4e --- /dev/null +++ b/layouts/robots.txt @@ -0,0 +1,5 @@ +User-agent: * + +{{ range where .Data.Pages "Params.robotsdisallow" true }} +Disallow: {{ .RelPermalink }} +{{ end }}