From 8c6b38bb493113533ee0462ef4c98efe7b0e4663 Mon Sep 17 00:00:00 2001 From: Spedon <70063177+Sped0n@users.noreply.github.com> Date: Sat, 20 Jan 2024 18:20:51 +0800 Subject: [PATCH] fix: put article into container for style issue (#243) --- layouts/_default/single.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index dc38d44..a4f0a73 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -6,8 +6,8 @@
{{- partial "nav.html" . -}} +
+ {{ .Content }} +
-
- {{ .Content }} -
{{- end -}}