diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-09-30 19:01:31 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-09-30 19:01:31 +0100 |
commit | f152a3cefec37a7f7fbd867eed6cd4337dee99cf (patch) | |
tree | ac37190336a2fc3734a5cda57b684b018e40f3eb /templates/index.html | |
parent | 723d69446f378d30bed38327da0883f562668736 (diff) | |
download | the-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/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 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> |