fix week title formating

This commit is contained in:
j 2023-10-15 17:12:16 +01:00
parent e184ce8d5b
commit 2acecdd0ef

View file

@ -1,5 +1,6 @@
{% if week_title %} {% if week_title %}
<a style="color: #F0F0F0;text-decoration: underline;" href="{{ week_link }}">{{ week_title }}</a> <a style="color: #F0F0F0;text-decoration: underline;font-size: 18px;font-weight: bold" href="{{ week_link }}">{{ week_title }}</a>
<br>
<br> <br>
{% endif %} {% endif %}
{% for item in items %} {% for item in items %}