From: Michael Tremer Date: Mon, 15 Oct 2018 21:05:41 +0000 (+0100) Subject: Show big donation button only on front page and blog X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2bd6830ceb3decf86c2f6ff7449b33ccc33d9c89;p=ipfire.org.git Show big donation button only on front page and blog Signed-off-by: Michael Tremer --- 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 %}