Theme: Use RelPermalink everywhere
This commit is contained in:
parent
8ffc773367
commit
80a9b0a2d3
6 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@
|
|||
{{- end }}
|
||||
|
||||
{{ range .AlternativeOutputFormats -}}
|
||||
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
|
||||
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
|
||||
{{- end }}
|
||||
|
||||
<title>{{ .Title }}</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue