summaryrefslogtreecommitdiff
path: root/talerblog/blog/templates
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-19 05:01:07 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-19 05:01:07 +0100
commit35c63251e71f7927aae36a70e5a588f494c57832 (patch)
tree5d9a829abf70f7ad0dd8cc82ed834c1c69207726 /talerblog/blog/templates
parent3aac29eb46d75a92457294f156ac520f92267310 (diff)
downloadblog-35c63251e71f7927aae36a70e5a588f494c57832.tar.gz
blog-35c63251e71f7927aae36a70e5a588f494c57832.tar.bz2
blog-35c63251e71f7927aae36a70e5a588f494c57832.zip
typo
Diffstat (limited to 'talerblog/blog/templates')
-rw-r--r--talerblog/blog/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/talerblog/blog/templates/index.html b/talerblog/blog/templates/index.html
index 551752c..ef712fc 100644
--- a/talerblog/blog/templates/index.html
+++ b/talerblog/blog/templates/index.html
@@ -41,7 +41,7 @@
<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-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>