From 96683ef6b151d0196a00b7fd6952d7585f97d45d Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 7 Apr 2021 17:35:21 -0400 Subject: [PATCH] squish things closer together --- src/_includes/default.liquid | 2 +- src/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_includes/default.liquid b/src/_includes/default.liquid index 391601c..6f88f12 100644 --- a/src/_includes/default.liquid +++ b/src/_includes/default.liquid @@ -2,7 +2,7 @@ layout: main --- -

+

{{ title }}

diff --git a/src/index.html b/src/index.html index 39e3cad..7fbe4aa 100644 --- a/src/index.html +++ b/src/index.html @@ -10,9 +10,9 @@ pagination: {% for post in pagination.items %} {% if post.data.published %} -
+

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

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