1
0
Fork 0

update wheat

This commit is contained in:
nanxiaobei 2023-03-28 02:04:04 +08:00
parent 7de66c04af
commit b1f8567931

View file

@ -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"))) }}<!---->