Use relative URL for alternative outputs in HTML

This commit is contained in:
Will Faught
2025-03-02 19:00:20 -08:00
parent e5edf156d9
commit 4da148e588

View File

@@ -41,5 +41,5 @@
{{ end }}
{{ range $page.AlternativeOutputFormats }}
<link href="{{ .Permalink }}" rel="{{ .Rel }}" type="{{ .MediaType }}">
<link href="{{ .RelPermalink }}" rel="{{ .Rel }}" type="{{ .MediaType }}">
{{ end }}