From 615cc99bdfa5ed32ef4f44fdc6c31697d75ebd1d Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sat, 7 Jun 2025 21:34:10 -0600 Subject: Add new theme --- _includes/post_summary.liquid | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _includes/post_summary.liquid (limited to '_includes/post_summary.liquid') diff --git a/_includes/post_summary.liquid b/_includes/post_summary.liquid new file mode 100644 index 0000000..a23344f --- /dev/null +++ b/_includes/post_summary.liquid @@ -0,0 +1,28 @@ +
+ +
+
+
+ {% capture month%}{{ include.post.date | date: "%b" }}{% endcapture %}{{ include.post.date | date: "%d-%m-%Y" }} + + + +
+
+ {% for tag in include.post.tags %} + {{ tag }}{% unless forloop.last %},{% endunless %} + {% endfor %} + + + +
+
+
+
+ {{ include.post.excerpt }} +
+
-- cgit v1.2.3