diff --git a/src/index.html b/src/index.html index 611c041c..7495da50 100644 --- a/src/index.html +++ b/src/index.html @@ -6,7 +6,6 @@ pagination: size: 10 reverse: true alias: posts -templateEngineOverride: liquid,md --- {% include "now-topper.liquid" %} {% for post in pagination.items %} {% if post.data.published %} @@ -21,7 +20,7 @@ templateEngineOverride: liquid,md
{{ post.data.post_excerpt }}
+{{ post.data.post_excerpt | markdownify }}