taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit 9d2de75bd5f2e92a29975abfe965214eace33357
parent ab2485e90ee228c49357a99b4aeba45e5328270f
Author: Florian Dold <florian@dold.me>
Date:   Thu, 22 Apr 2021 16:15:55 +0200

place CSS in right block

Diffstat:
Mtalermerchantdemos/templates/blog-base.html.j2 | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talermerchantdemos/templates/blog-base.html.j2 b/talermerchantdemos/templates/blog-base.html.j2 @@ -1,9 +1,9 @@ {% extends "common-base.html.j2" %} {% block head %} - -{% endblock head %} <link rel="stylesheet" type="text/css" href="{{ static('torsten.css') }}" /> +{% endblock head %} + {% block header_content %} <h1><span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_BLOG') }}">{{ gettext("Essay shop") }}</a></span></h1>