From 098b08c106b146a339bed7bbb55c6b3bdc0d38da Mon Sep 17 00:00:00 2001
From: Egor Tensin
Date: Sun, 18 Feb 2018 05:59:12 +0300
Subject: markdownify post excerpts
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'index.html')
diff --git a/index.html b/index.html
index 6fc0460..3cb854b 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@ root_page: true
Posted on {{ post.date | date_to_long_string }}
{%- if post.category %} in {{ post.category }}{% endif %}
- {{ post.excerpt }}
+ {{ post.excerpt | markdownify }}
{% endfor %}
--
cgit v1.2.3