taler-merchant-demos

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

commit 94095a3753b8caa7c40e38d7635e96c6d706bb95
parent f5e342ea9e752cf8ca74aaa53dab5d6efbbf81dc
Author: Florian Dold <florian@dold.me>
Date:   Fri, 23 Apr 2021 12:09:12 +0200

logo link / style tweaks

Diffstat:
Mtalermerchantdemos/templates/common-base.html.j2 | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2 @@ -26,8 +26,10 @@ <body> <header class="demobar" style="display: flex; flex-direction: row;"> + <a href="https://taler.net/"> <img src="{{ static('logo-white.svg') }}" height="100" style="margin: 2em 2em"><br/> - <div> + </a> + <div style="max-width: 50em"> {% block header_content %} <p>This is the header content.</p> {% endblock %}