aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index fd0bae1..91f7ded 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -5,7 +5,7 @@
<h4>recent thoughts:</h4>
<ul>
{% for id_, title in featured_thoughts %}
- <li><a href={{"/thought?id=%i" % id_}}>title</a></li>
+ <li><a href={{"/thought?id=%i" % id_}}>{{title}}</a></li>
{% endfor %}
</ul>
</section>