Choose between original and herman styles
This commit is contained in:
parent
f71c396687
commit
d0b36f11bd
5 changed files with 18 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
{{- partial "seo_tags.html" . -}}
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
|
||||
{{ $style := resources.Get "style.css" | minify }}
|
||||
{{ $style := print (default "original" .Site.Params.themeStyle) ".css" | resources.Get | minify }}
|
||||
<link href="{{ $style.RelPermalink }}" rel="stylesheet">
|
||||
|
||||
{{ if (.Page.Store.Get "hasCodeBlock") }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue