added theme color metadata

This commit is contained in:
eclipse 2025-04-01 14:43:52 +02:00
parent 1af97a078a
commit 9acc017c40

View File

@ -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 %}