mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 02:40:24 +00:00
notice: fix broken color parameter #957
This commit is contained in:
parent
fc764993a8
commit
d3bf75bfc7
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
{{- $params = dict "class" (delimit $classes " ") | merge $params }}
|
||||
{{- if $color }}
|
||||
{{- $styles := split (index $params "style" | default "") ";" }}
|
||||
{{- $styles = $styles | append "--VARIABLE-BOX-color: {{ $color }}" }}
|
||||
{{- $styles = $styles | append (printf "--VARIABLE-BOX-color: %s" $color) }}
|
||||
{{- $params = dict "style" (delimit $styles ";") | merge $params }}
|
||||
{{- end }}
|
||||
{{ if $groupid }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.1.1+b03a0f508a86e6919ea8f8519f38cc2c29e53fcd
|
||||
7.1.1+fc764993a8a7cc2b0b7e5bdd4776de8ce1de92d4
|
Loading…
Reference in a new issue