From c1cb2ddf0837c6d8ba38e2dc98fff74ec0d5a10a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 3 Jun 2024 07:50:50 +0200 Subject: Some updates that have been accumulating MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- _includes/grid.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_includes/grid.html') diff --git a/_includes/grid.html b/_includes/grid.html index 89950b1..dcaa799 100644 --- a/_includes/grid.html +++ b/_includes/grid.html @@ -62,9 +62,10 @@

- {{ post.title }}{% if post.subtitle %}. {{ post.subtitle }}{% endif %} + {{ post.title }}

+ {% if post.subtitle %}

{{ post.subtitle }}

{% endif %} {% include postmeta.html date=post.date tags=post.tags %} -- cgit v1.2.3