summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/blog-base.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/templates/blog-base.html.j2')
-rw-r--r--talermerchantdemos/templates/blog-base.html.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/talermerchantdemos/templates/blog-base.html.j2 b/talermerchantdemos/templates/blog-base.html.j2
index e533bd4..cbccf86 100644
--- a/talermerchantdemos/templates/blog-base.html.j2
+++ b/talermerchantdemos/templates/blog-base.html.j2
@@ -1,5 +1,9 @@
{% extends "common-base.html.j2" %}
+{% block head %}
+
+{% endblock head %}
+ <link rel="stylesheet" type="text/css" href="{{ static('torsten.css') }}" />
{% block header_content %}
<h1><span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_BLOG') }}">{{ gettext("Essay shop") }}</a></span></h1>