fix week title formating
This commit is contained in:
parent
e184ce8d5b
commit
2acecdd0ef
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{% 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>
|
||||
{% endif %}
|
||||
{% for item in items %}
|
||||
|
|
Loading…
Reference in a new issue