From b7047e8ca7dbf919ede812f9892323c43a759755 Mon Sep 17 00:00:00 2001 From: ItoSchum Date: Wed, 17 Mar 2021 18:35:18 -0400 Subject: [PATCH] changed article width to 100% --- 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 8fabccc..613bb62 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -23,7 +23,7 @@ -
+
{{- .Content -}} {{- partial "tags.html" . -}} {{ partial "comments.html" .}}