🔀 Merge pull request #849 from ItsSunnyMonster/add-theme-color

 add defaultThemeColor option
This commit is contained in:
James Panther
2024-04-17 15:10:10 +10:00
committed by GitHub
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>