From 9764eb3180c842446a5c396dfe2331ff098fe53a Mon Sep 17 00:00:00 2001 From: Javier Arce <4933+javierarce@users.noreply.github.com> Date: Tue, 21 Nov 2023 22:44:46 +0100 Subject: [PATCH] Test --- _includes/types/post.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/types/post.html b/_includes/types/post.html index a7cd160af..71860bfb7 100644 --- a/_includes/types/post.html +++ b/_includes/types/post.html @@ -1,10 +1,10 @@ {% assign matching_location = site.locations | where: "location", post.location | first %} -
+
{% if post.show_title -%}
{{ post.title }}
{% endif -%} -
+
{% if post.content contains "" -%} {{ post.content | split:"" | first }}
@@ -15,7 +15,7 @@ {% endif -%}