Update layouts/partials/head.html
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com>
This commit is contained in:
parent
1590dac974
commit
23249f1d6d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
<!-- RSS | JSON -->
|
<!-- RSS | JSON -->
|
||||||
{{ range .AlternativeOutputFormats -}}
|
{{ 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 -}}
|
{{ end -}}
|
||||||
|
|
||||||
<!-- head custom -->
|
<!-- head custom -->
|
||||||
|
|
Loading…
Reference in a new issue