summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-09-30 19:01:31 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-09-30 19:01:31 +0100
commitf152a3cefec37a7f7fbd867eed6cd4337dee99cf (patch)
treeac37190336a2fc3734a5cda57b684b018e40f3eb /templates
parent723d69446f378d30bed38327da0883f562668736 (diff)
downloadthe-tk.com-f152a3cefec37a7f7fbd867eed6cd4337dee99cf.tar.gz
the-tk.com-f152a3cefec37a7f7fbd867eed6cd4337dee99cf.tar.xz
the-tk.com-f152a3cefec37a7f7fbd867eed6cd4337dee99cf.zip
Run post preambles through md in index
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index c32a7fb..6a64d79 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -11,7 +11,7 @@
<header>
<h3>{{ post.title }}</h3>
</header>
- {{ post.pre }}
+ {{ post.pre|md }}
<a href="/{{ post.location }}">Read more...</a>
<footer>
<time>{{ post.date|datefmt }}</time>