mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 23:34:24 +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="{{ . }}">
|
||||
{{ end }}
|
||||
{{ hugo.Generator }}
|
||||
{{ if site.Params.themeColor }}
|
||||
<meta name="theme-color" content="{{ site.Params.themeColor }}">
|
||||
{{ end }}
|
||||
|
||||
{{ "<!-- Plugins -->" | safeHTML }}
|
||||
{{ range site.Params.plugins.css }}
|
||||
|
|
Loading…
Reference in a new issue