From 69356cf90779944324f8c17779d562db4a3fd9e2 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 7 Oct 2022 22:20:29 +0200 Subject: Added Cactus comment to the site --- themes/simple/layouts/_default/baseof.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'themes/simple/layouts/_default/baseof.html') diff --git a/themes/simple/layouts/_default/baseof.html b/themes/simple/layouts/_default/baseof.html index 5f8e2ec..781b043 100644 --- a/themes/simple/layouts/_default/baseof.html +++ b/themes/simple/layouts/_default/baseof.html @@ -1,11 +1,14 @@ - {{- partial "head.html" . -}} - - {{- partial "header.html" . -}} -
- {{- block "main" . }}{{- end }} -
- {{- partial "footer.html" . -}} - + +{{ partial "head.html" . }} + + + {{ partial "header.html" . }} +
+ {{ block "main" . }}{{ end }} +
+ {{ partial "footer.html" . }} + + -- cgit v1.2.3