Remove unused theme colors in head
This commit is contained in:
parent
32584e26ce
commit
5bd5ecf6d8
1 changed files with 0 additions and 3 deletions
|
@ -2,9 +2,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<meta name="theme-color" content="#eff1ff" media="(prefers-color-scheme: light)">
|
||||
<meta name="theme-color" content="#34313a" media="(prefers-color-scheme: dark)">
|
||||
|
||||
{{ if .IsHome }}
|
||||
<meta name="description" content="{{ $.Site.Params.description }}">
|
||||
<title>{{.Site.Title}}</title>
|
||||
|
|
Loading…
Add table
Reference in a new issue