regression: fatfinger removed block styles (#1659)

quickfix

format
This commit is contained in:
dni ⚡ 2023-04-27 15:38:52 +02:00 committed by GitHub
parent 667de4d1f0
commit bfb27020ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
<head>
{% for url in INCLUDED_CSS %}
<link rel="stylesheet" type="text/css" href="{{ url }}" />
{% endfor %}
{% endfor %} {% block styles %}{% endblock %}
<title>{% block title %}{{ SITE_TITLE }}{% endblock %}</title>
<meta charset="utf-8" />
<meta