Explicitly pass skip_header=False in index.html

This commit is contained in:
Fabio Manganiello 2021-01-26 02:19:04 +01:00
parent afb9784181
commit 745f3b7b9c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% with title=title or 'Platypush blog', styles=['/css/home.css'] %}
{% with title=title or 'Platypush blog', skip_header=False, styles=['/css/home.css'] %}
{% include 'common-head.html' %}
{% endwith %}