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

5 lines
186 B
HTML

{{- $scr := .Scratch -}}
{{ $skin := .Site.Data.skin }}
{{- $scr.Set "custom_theme_primary_color" $skin.custom_theme_primary_color -}}
{{- $scr.Set "chroma_theme" $skin.chroma_theme -}}