From a50257a880b87bfe7d77b861b3058718340b8d83 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 20 Dec 2024 19:20:59 +0100 Subject: [PATCH] Extend template to always have the excerpt --- ext/post | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/post b/ext/post index a3550b2..f0c5b4d 100755 --- a/ext/post +++ b/ext/post @@ -12,6 +12,8 @@ published_date: "%s" layout: post.liquid data: route: blog +excerpt: | + TODO --- EOF