added theme color metadata
This commit is contained in:
parent
1af97a078a
commit
9acc017c40
@ -12,6 +12,7 @@
|
|||||||
<meta name="author" content="{{ AUTHOR }}" />
|
<meta name="author" content="{{ AUTHOR }}" />
|
||||||
<meta name="generator" content="Pelican" />
|
<meta name="generator" content="Pelican" />
|
||||||
<meta name="color-scheme" content="light dark" />
|
<meta name="color-scheme" content="light dark" />
|
||||||
|
<meta name="theme-color" content="#525f7a" />
|
||||||
{% for css in STYLESHEET_FILES %}
|
{% for css in STYLESHEET_FILES %}
|
||||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ css }}" />
|
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ css }}" />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user