From: Michael Tremer Date: Wed, 24 Oct 2018 12:13:10 +0000 (+0100) Subject: blog: Make menu responsive by moving it into header X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=063f60e7700e63c28cebbde935f2169bac49e0f2;hp=6f151c329d8d63c9f5575ccf97f4fa5bdc8df446;p=ipfire.org.git blog: Make menu responsive by moving it into header Signed-off-by: Michael Tremer --- diff --git a/src/templates/base.html b/src/templates/base.html index 234d4fc9..727a86a8 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -65,6 +65,44 @@ {% end block %} - -{% block right %} -
- {{ author.name }} - -

{{ author.name }}

- - Email -
-{% end block %} diff --git a/src/templates/blog/base.html b/src/templates/blog/base.html index 58cf769f..eceb8eba 100644 --- a/src/templates/blog/base.html +++ b/src/templates/blog/base.html @@ -6,7 +6,7 @@ {% block content %}
-
+
-
+
{% block main %}{% end block %}
- - {% block right %}{% end block %}
{% end block %}