diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-06 21:51:06 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-06 21:51:06 +0000 |
commit | 2a0d3c4ccb287282974856b5f20f67a078149cb8 (patch) | |
tree | 604f111e1445dfed221507522584ee0f6fcdae32 /templates/index.html | |
parent | dd073f7256bd53162e1ee93c6777ba6c7e97f3ca (diff) | |
download | boymoder.blog-2a0d3c4ccb287282974856b5f20f67a078149cb8.tar.gz boymoder.blog-2a0d3c4ccb287282974856b5f20f67a078149cb8.zip |
added dockerfile, similar thoughts
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
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> |