summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/blog-index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/templates/blog-index.html.j2')
-rw-r--r--talermerchantdemos/templates/blog-index.html.j23
1 files changed, 1 insertions, 2 deletions
diff --git a/talermerchantdemos/templates/blog-index.html.j2 b/talermerchantdemos/templates/blog-index.html.j2
index 9468cc7..7c69b12 100644
--- a/talermerchantdemos/templates/blog-index.html.j2
+++ b/talermerchantdemos/templates/blog-index.html.j2
@@ -20,12 +20,11 @@
{{ gettext("Click on an individual chapter to to purchase it with GNU Taler.") }}
{{ gettext('You can get free, virtual money to buy articles on this page at the <a href="{}")">bank</a>.').format(env('TALER_ENV_URL_BANK')) }}
</div>
-
<div>
{% 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>
- <p>{{ article.teaser|safe }} <a class="payLink" href="{{ url_for('article', lang=article.lang, article_name=article.slug) }}">{{ gettext('Pay to read more...') }}</a></p>
+ <p>{{ 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></p>
</div>
{% else %}
<em>({{ gettext("No articles available in this language.") }})</em>