From 9e0663fd60bc540365c1dcdde3f36d992097b6fb Mon Sep 17 00:00:00 2001
From: Adrien Di Pasquale
Date: Mon, 20 Nov 2023 09:21:11 +0100
Subject: [PATCH] limit gazette layout content width to 8 columns for
readability
---
_includes/layouts/bluehats-post.njk | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/_includes/layouts/bluehats-post.njk b/_includes/layouts/bluehats-post.njk
index 6b20914e..2e5a2125 100644
--- a/_includes/layouts/bluehats-post.njk
+++ b/_includes/layouts/bluehats-post.njk
@@ -30,7 +30,11 @@ layout: layouts/base.njk
{% endif %}
- {{ content | safe }}
+
+
+ {{ content | safe }}
+
+
{% if video %}