Skip to content

Commit 7b931ef

Browse files
committed
Remove theme color HTML definition
1 parent f46f55f commit 7b931ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

themes/barebones/layouts/_partials/head.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<meta name="description" content="{{ if .IsHome }}{{ .Site.Params.description }}{{ else }}{{ .Description }}{{ end }}"/>
55
<meta name="author" content="{{ .Site.Params.author }}"/>
66

7-
<meta name="color-scheme" content="light dark"/>
8-
<meta name="theme-color" content="#1e2327"/>
9-
107
<meta name="viewport" content="width=device-width, initial-scale=1"/>
118

129
<link rel="stylesheet" href="{{ "/css/style.css" | relURL }}"/>

0 commit comments

Comments
 (0)