Remove useless condition
This commit is contained in:
@@ -43,8 +43,6 @@
|
|||||||
{{ partial "paige/link.html" (dict "href" "css/paige/katex/katex.min.css") }}
|
{{ partial "paige/link.html" (dict "href" "css/paige/katex/katex.min.css") }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .AlternativeOutputFormats }}
|
{{ range $page.AlternativeOutputFormats }}
|
||||||
{{ range .AlternativeOutputFormats }}
|
{{ printf `<link href="%s" rel="%s" type="%s">` (.Permalink | safeURL) .Rel .MediaType | safeHTML }}
|
||||||
{{ printf `<link href="%s" rel="%s" type="%s">` (.Permalink | safeURL) .Rel .MediaType | safeHTML }}
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user