diff options
Diffstat (limited to 'templates')
| -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>  | 
