From aa7092cd71cdace080c8ab06bca8dbf20adfe013 Mon Sep 17 00:00:00 2001 From: ItoSchum Date: Wed, 17 Mar 2021 18:52:42 -0400 Subject: [PATCH] Added constraint to content width --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 613bb62..77c765d 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -23,7 +23,7 @@ -
+
{{- .Content -}} {{- partial "tags.html" . -}} {{ partial "comments.html" .}}