update wheat
This commit is contained in:
parent
7de66c04af
commit
b1f8567931
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
{{ $.Scratch.Delete "avatar_url" }}<!---->
|
{{ $.Scratch.Delete "avatar_url" }}<!---->
|
||||||
|
|
||||||
<!-- bg_color -->
|
<!-- bg_color -->
|
||||||
{{ $color_map := dict "linen" "#faf6f1" "wheat" "#f1efe1" "gray" "#fbfbfb"
|
{{ $color_map := dict "linen" "#faf6f1" "wheat" "#f8f5d7" "gray" "#fbfbfb"
|
||||||
"light" "#fff" }}<!---->
|
"light" "#fff" }}<!---->
|
||||||
{{ $.Scratch.Set "bg_color" (index $color_map (site.Params.color | default
|
{{ $.Scratch.Set "bg_color" (index $color_map (site.Params.color | default
|
||||||
(print "linen"))) }}<!---->
|
(print "linen"))) }}<!---->
|
||||||
|
|
Loading…
Reference in a new issue