From a6f748b49fe0708beed0f772c4ea0a5da2563268 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 13 Mar 2017 11:29:44 +0000 Subject: [PATCH] That's bootstrap integrated, Although I'm not actually using it yet. But one thing is clear: what actually made the difference was setting the initial-scale on the viewport. So I may not need bootstrap (although it would still be good to learn it) --- resources/templates/base.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/templates/base.html b/resources/templates/base.html index 23482b5..146e193 100644 --- a/resources/templates/base.html +++ b/resources/templates/base.html @@ -3,8 +3,13 @@ {{config.site-title}}: {{title}} + + + + + {% block extra-headers %} {% endblock %}