Explicitly pass skip_header=False in index.html
This commit is contained in:
parent
afb9784181
commit
745f3b7b9c
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue