summaryrefslogtreecommitdiff
path: root/talerblog
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-19 04:11:28 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-19 04:11:28 +0100
commitc9cba96498473377a92f7695f1ec063c3d7f5aaa (patch)
treeec45d7327551c06d4de9492685c675f6cf07c50d /talerblog
parent3ca24532ade87b1d8b50fc4d006017c8739624b0 (diff)
downloadblog-c9cba96498473377a92f7695f1ec063c3d7f5aaa.tar.gz
blog-c9cba96498473377a92f7695f1ec063c3d7f5aaa.tar.bz2
blog-c9cba96498473377a92f7695f1ec063c3d7f5aaa.zip
fix markup
Diffstat (limited to 'talerblog')
-rw-r--r--talerblog/blog/templates/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/talerblog/blog/templates/index.html b/talerblog/blog/templates/index.html
index d2ff719..8a0f157 100644
--- a/talerblog/blog/templates/index.html
+++ b/talerblog/blog/templates/index.html
@@ -39,12 +39,12 @@
<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-hide">{{article.title}} <span style="font-size: small;">(install wallet to buy/read)</span></h3>
- {{ article.teaser|safe }}
- {% else %}
- <em>(No articles available)</em>
+ <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>
+ {{ article.teaser|safe }}
</div>
+ {% else %}
+ <em>(No articles available)</em>
{% endfor %}
</div>
{% endblock main %}