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 ++- _includes/listtags.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to '_includes') 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 %} diff --git a/_includes/listtags.html b/_includes/listtags.html index dcfa280..068eb55 100644 --- a/_includes/listtags.html +++ b/_includes/listtags.html @@ -3,9 +3,9 @@ {% capture tag_name %}{{ tag }}{% endcapture %} {% if include.urltobeused == "" %} - {% assign url = page.url %} + {% assign url = page.url | append: "/blog" %} {% else %} - {% assign url = "/" %} + {% assign url = "/blog" %} {% endif %} {% if site.lang == "ca" %} -- cgit v1.2.3