From 745f3b7b9c84c695177b9a0f3b0ddee9edee50d3 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 26 Jan 2021 02:19:04 +0100 Subject: [PATCH] Explicitly pass skip_header=False in index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}