mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 15:14:22 +01:00
Added theme color meta
This commit is contained in:
parent
74d82b85a8
commit
d923e91338
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
||||||
<meta name="author" content="{{ . }}">
|
<meta name="author" content="{{ . }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ hugo.Generator }}
|
{{ hugo.Generator }}
|
||||||
|
{{ if site.Params.themeColor }}
|
||||||
|
<meta name="theme-color" content="{{ site.Params.themeColor }}">
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ "<!-- Plugins -->" | safeHTML }}
|
{{ "<!-- Plugins -->" | safeHTML }}
|
||||||
{{ range site.Params.plugins.css }}
|
{{ range site.Params.plugins.css }}
|
||||||
|
|
Loading…
Reference in a new issue