From 2bd6830ceb3decf86c2f6ff7449b33ccc33d9c89 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 15 Oct 2018 22:05:41 +0100 Subject: [PATCH] Show big donation button only on front page and blog Signed-off-by: Michael Tremer --- src/templates/base.html | 8 ++++---- src/templates/blog/base.html | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/templates/base.html b/src/templates/base.html index 29fa21e3..f9c64468 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -46,12 +46,12 @@ {{ _("Support") }} + + + {{ _("Donate") }} + {% end block %} - - - {{ _("Donate") }} - diff --git a/src/templates/blog/base.html b/src/templates/blog/base.html index b491e8eb..108f326e 100644 --- a/src/templates/blog/base.html +++ b/src/templates/blog/base.html @@ -11,6 +11,10 @@ + + + {{ _("Donate") }} + {% end block %} {% block content %} -- 2.47.2