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à --- _layouts/post.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index 1adc02b..f4f7a99 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,9 +3,13 @@ layout: default ---

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

+{% if page.subtitle %} +

{{ page.subtitle }}

+{% endif %} + {% include postmeta.html urltobeused="/" date=page.date tags=page.tags %} {{ content }} -- cgit v1.2.3