Use relative URL for alternative outputs in HTML
This commit is contained in:
@@ -41,5 +41,5 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ range $page.AlternativeOutputFormats }}
|
{{ range $page.AlternativeOutputFormats }}
|
||||||
<link href="{{ .Permalink }}" rel="{{ .Rel }}" type="{{ .MediaType }}">
|
<link href="{{ .RelPermalink }}" rel="{{ .Rel }}" type="{{ .MediaType }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user