commit d82e8d5a1dc363373268fa0a0342f98c2812fd13
parent 5bfdc99e7a2e60c4fe16e692128b7dccc60184c0
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 21 Oct 2022 00:14:17 +0200
styling
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/talermerchantdemos/templates/blog-index.html.j2 b/talermerchantdemos/templates/blog-index.html.j2
@@ -29,7 +29,7 @@
{% for article in articles %}
<div class="notice">
<h3><a href="{{ url_for('article', lang=article.lang, article_name=article.slug) }}" class="articleTitle">{{article.title}}</a></h3>
- {{ article.teaser|safe }} <a class="payLink" href="{{ url_for('article', lang=article.lang, article_name=article.slug) }}"><span class="icon"></span>{{ gettext('Pay to read more...') }}</a>
+ {{ article.teaser|safe }} <a class="payLink" href="{{ url_for('article', lang=article.lang, article_name=article.slug) }}"><span class="icon"></span>{{ gettext('Pay to read more...') }}</a><br>
</div>
{% else %}
<em>({{ gettext("No articles available in this language.") }})</em>