diff --git a/templates/index.html b/templates/index.html index 3091057..2e9ccb6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -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 %}