Allow custom stylesheets
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
{{ $style := resources.Get "scss/style.scss" | resources.ToCSS | minify }}
|
||||
<link href="{{ $style.Permalink }}" rel="stylesheet" />
|
||||
|
||||
{{ range .Site.Params.custom_stylesheets -}}
|
||||
{{ $style := resources.Get . | resources.ToCSS | minify }}
|
||||
<link href="{{ $style.Permalink }}" rel="stylesheet" />
|
||||
{{- end }}
|
||||
|
||||
<!--Favicon-->
|
||||
<link rel="shortcut icon" href="{{ .Site.Params.favicon_shortcut_icon | absURL }}" type="image/x-icon" />
|
||||
<link rel="icon" href="{{ .Site.Params.favicon_icon | absURL }}" type="image/x-icon" />
|
||||
|
||||
Reference in New Issue
Block a user