From e9f341a8d9660e6eecdaa7854c8916c11f1140ac Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Thu, 16 May 2024 17:39:23 +0200 Subject: [PATCH] removed some html/css container --- .../zhaohuabing/layouts/_default/section.html | 49 +------------------ 1 file changed, 1 insertion(+), 48 deletions(-) diff --git a/themes/zhaohuabing/layouts/_default/section.html b/themes/zhaohuabing/layouts/_default/section.html index 71b6030..9e75baf 100644 --- a/themes/zhaohuabing/layouts/_default/section.html +++ b/themes/zhaohuabing/layouts/_default/section.html @@ -1,57 +1,10 @@ {{ define "main" }}
-
-
- -
{{ .Content }} - {{ partial "comments.html" . }} + {{ partial "comments.html" . }} -
- - -
-
{{ end }}