From b1f85679310a932835c0d3bc6016a35971f4a7f3 Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Tue, 28 Mar 2023 02:04:04 +0800 Subject: [PATCH] update wheat --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 1dbb23d..c0cd897 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,7 +5,7 @@ {{ $.Scratch.Delete "avatar_url" }} -{{ $color_map := dict "linen" "#faf6f1" "wheat" "#f1efe1" "gray" "#fbfbfb" +{{ $color_map := dict "linen" "#faf6f1" "wheat" "#f8f5d7" "gray" "#fbfbfb" "light" "#fff" }} {{ $.Scratch.Set "bg_color" (index $color_map (site.Params.color | default (print "linen"))) }}