From 24b1aa0100b329d4437f1f29d23ad27f3c7c6699 Mon Sep 17 00:00:00 2001 From: Ava Gaiety W Date: Mon, 5 May 2025 20:39:47 -0600 Subject: [PATCH] add thumbnails to blog posts --- _includes/blog-list.njk | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/_includes/blog-list.njk b/_includes/blog-list.njk index bccecd5..49518b1 100644 --- a/_includes/blog-list.njk +++ b/_includes/blog-list.njk @@ -13,10 +13,22 @@
-
+
{%- for post in collections.posts | reverse -%} -
- {{ post.data.title }} +
+ +

{{ post.data.title }}

+
+ {{ post.data.imageDescription }} +
+