From 68580148a3395a8762e0cab09ba574ff3dbcad4e Mon Sep 17 00:00:00 2001 From: cuso4-5h2o Date: Sat, 27 Feb 2021 01:37:45 +0800 Subject: [PATCH] Add the color-scheme meta tag (#523) * Add the color-scheme meta tag * Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 1 + layouts/_default/baseof.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 8c9faa5..0557035 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -95,3 +95,4 @@ - [Alphonse Mariya](https://github.com/alfunx) - [Ziwei Pan](https://github.com/PanZiwei/) - [Viktar Patotski](https://github.com/xp-vit) +- [cuso4-5h2o](https://www.cuso4.me) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f28ddea..7e7b996 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,6 +5,8 @@ + + {{ if .Site.Params.csp }} {{ partial "csp.html" . }} {{ end }}