hugo-theme-zzo/layouts/partials/functions/parse_theme.html

5 lines
186 B
HTML
Raw Normal View History

2019-11-07 06:14:35 +00:00
{{- $scr := .Scratch -}}
2019-11-07 18:09:15 +00:00
{{ $skin := .Site.Data.skin }}
2019-11-07 06:14:35 +00:00
{{- $scr.Set "custom_theme_primary_color" $skin.custom_theme_primary_color -}}
{{- $scr.Set "chroma_theme" $skin.chroma_theme -}}