Fix breaking changes due to hugo 0.82
This commit is contained in:
parent
b91a57f28b
commit
0754b07132
|
@ -36,7 +36,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ range .AlternativeOutputFormats }}
|
{{ range .AlternativeOutputFormats }}
|
||||||
{{ printf `<link rel="%s" type="%s+%s" href="%s" title="%s" />` .Rel .MediaType.Type .MediaType.Suffix .Permalink $.Site.Title | safeHTML }}
|
{{ printf `<link rel="%s" type="%s+%s" href="%s" title="%s" />` .Rel .MediaType.Type .MediaType.FirstSuffix.Suffix .Permalink $.Site.Title | safeHTML }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ block "links" . }} {{ end }}
|
{{ block "links" . }} {{ end }}
|
||||||
{{ partial "seo-schema.html" .}}
|
{{ partial "seo-schema.html" .}}
|
||||||
|
|
Loading…
Reference in New Issue