Remove useless printf
This commit is contained in:
@@ -41,5 +41,5 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ range $page.AlternativeOutputFormats }}
|
{{ range $page.AlternativeOutputFormats }}
|
||||||
{{ printf `<link href="%s" rel="%s" type="%s">` .Permalink .Rel .MediaType | safeHTML }}
|
<link href="{{ .Permalink }}" rel="{{ .Rel }}" type="{{ .MediaType }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user