add defaultThemeColor option

This commit is contained in:
ItsSunnyMonster
2024-04-01 19:43:01 +13:00
committed by GitHub
parent 50b77b2836
commit 4f65d3bf4e
5 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="rgb(255,255,255)" />
<meta name="theme-color" content="{{ .Site.Params.defaultThemeColor | default "#ffffff" }}" />
{{/* Title */}}
{{ if .IsHome -}}
<title>{{ .Site.Title | emojify }}</title>