From 780e51f222092f6b4c52f205c7da5b15e7405fb9 Mon Sep 17 00:00:00 2001 From: Hugo Tunius Date: Fri, 8 Mar 2024 17:11:05 +0000 Subject: [PATCH] Strip whitespace in OG descriptions --- _layouts/default.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 4c334ac..66e5947 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,13 +19,13 @@ content="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}" > {% if page.description %} - - - + + + {% else %} - - - + + + {% endif %} {% if page.categories %} {% for category in page.categories limit:1 %}