summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/templates/index.html
diff options
context:
space:
mode:
authorTorsten Grothoff <tg@wafflepowered.com>2020-09-06 13:19:00 +0200
committerTorsten Grothoff <tg@wafflepowered.com>2020-09-06 13:19:00 +0200
commit3b46ba1c8e72c0ad4ec67b8693f1298f7740140f (patch)
tree078c7be364a3f732d5a11ab332a3fa12e44141c4 /talermerchantdemos/blog/templates/index.html
parentb0f3d60fec149ffee23872bd0e9290bebdf679e3 (diff)
downloadtaler-merchant-demos-3b46ba1c8e72c0ad4ec67b8693f1298f7740140f.tar.gz
taler-merchant-demos-3b46ba1c8e72c0ad4ec67b8693f1298f7740140f.tar.bz2
taler-merchant-demos-3b46ba1c8e72c0ad4ec67b8693f1298f7740140f.zip
Re-Designed blog
Diffstat (limited to 'talermerchantdemos/blog/templates/index.html')
-rw-r--r--talermerchantdemos/blog/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/talermerchantdemos/blog/templates/index.html b/talermerchantdemos/blog/templates/index.html
index 0159779..89ac3b8 100644
--- a/talermerchantdemos/blog/templates/index.html
+++ b/talermerchantdemos/blog/templates/index.html
@@ -30,7 +30,7 @@
<div>
{% for article in articles %}
<div class="notice">
- <h3><a href="{{ url_for('article', article_name=article.slug) }}">{{article.title}}</a></h3>
+ <h3><a href="{{ url_for('article', article_name=article.slug) }}" class="articleTitle">{{article.title}}</a></h3>
<p>{{ article.teaser|safe }} <a href="{{ url_for('article', article_name=article.slug) }}">(Pay to read more...)</a></p>
</div>
{% else %}