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