1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-27 14:12:09 +00:00

Only index the canonical location, seirdy.one

Don't index the staging version on my tilde.
This commit is contained in:
rohan kumar 2020-11-25 00:38:31 -08:00
parent e919c83fd5
commit b9abb9090c
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -6,6 +6,9 @@
{{ end }}
{{ printf `<link rel="shortcut icon" href="%s">` ("favicon.png" | absURL) | safeHTML }}
<link href="{{ .Site.BaseURL }}posts/index.xml" rel="alternate" type="application/rss+xml" title="{{ $.Site.Title }}"/>
{{ if eq .Site.BaseURL "https://envs.net/~seirdy/" -}}
<meta name="robots" content="noindex">
{{ end -}}
<link rel="canonical" href="https://seirdy.one{{ .RelPermalink }}"/>
{{ $resources := slice -}}