Fix output formats issue
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
{{ $style := slice $fontStyle $mainStyle $overrideStyle | resources.Concat "css/concated.css" | minify }}
|
||||
<link href="{{ $style.Permalink }}" rel="stylesheet">
|
||||
{{ range .AlternativeOutputFormats -}}
|
||||
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">
|
||||
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
|
||||
{{ end -}}
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
{{ with resources.Get .Site.Params.bgimg -}}
|
||||
|
||||
Reference in New Issue
Block a user