summaryrefslogtreecommitdiff
path: root/talerblog/blog/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'talerblog/blog/templates/index.html')
-rw-r--r--talerblog/blog/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/talerblog/blog/templates/index.html b/talerblog/blog/templates/index.html
index 290481b..40cd7ea 100644
--- a/talerblog/blog/templates/index.html
+++ b/talerblog/blog/templates/index.html
@@ -35,9 +35,9 @@
<div>
{% for article in articles %}
<div class="notice">
- <h3 class="taler-installed-show"><a href="{{ url_for("article", article_name=article.slug) }}">{{article.title}}</a></h3>
+ <h3 class="taler-installed-show"><a href="{{ url_for('article', article_name=article.slug) }}">{{article.title}}</a></h3>
<h3 class="taler-installed-hide">{{article.title}} <span style="font-size: small;">(install wallet to buy/read)</span></h3>
- <p>{{ article.teaser|safe }} <a class="taler-installed-show" href="{{ url_for("article", article_name=article.slug) }}">(Read more...)</a></p>
+ <p>{{ article.teaser|safe }} <a class="taler-installed-show" href="{{ url_for('article', article_name=article.slug) }}">(Read more...)</a></p>
</div>
{% else %}
<em>(No articles available)</em>