From c4c6c62b2cd873865d2a2faf29f3edb2fe5d9fd6 Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 7 Apr 2021 17:20:10 -0400 Subject: [PATCH] adjust spacing --- src/index.html | 6 +++--- src/tagList.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/index.html b/src/index.html index c79d190..39e3cad 100644 --- a/src/index.html +++ b/src/index.html @@ -10,10 +10,10 @@ pagination: {% for post in pagination.items %} {% if post.data.published %} -
+

- {{ post.data.title }} - · {{ post.templateContent | readTime }} min read + {{ post.data.title }} + · {{ post.templateContent | readTime }} min read

{{ post.date | date: "%Y-%m-%d" }}

{{ post.data.post_excerpt }}...

diff --git a/src/tagList.md b/src/tagList.md index 1dd8736..006491f 100644 --- a/src/tagList.md +++ b/src/tagList.md @@ -10,9 +10,9 @@ eleventyComputed: --- {% for post in collections[tag] %} -
+

- {{ post.data.title }} + {{ post.data.title }}

{{ post.date | date: "%Y-%m-%d" }}

{{ post.data.post_excerpt }}...