{% include sidebar.html %}
-
+
{% if page.title %}{% endif %}
{% if page.excerpt %}{% endif %}
{% if page.date %}{% endif %}
From a01e3c873430fcfb4c4ce8c6d651bf6267383236 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:38:50 -0700 Subject: [PATCH] Increased the width of the posts for all of the content. This reduces the extremely large whitespace columns on the sides of all the content and is a more efficient use of space. --- docs/_layouts/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_layouts/single.html b/docs/_layouts/single.html index 852c4ca9d9..91ac1c8f82 100644 --- a/docs/_layouts/single.html +++ b/docs/_layouts/single.html @@ -14,10 +14,10 @@ layout: default {% endunless %} {% endif %} -