From e34ded01904b07456a48cf28f1a5a2d2d77a0be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sat, 15 Jun 2019 02:57:25 +0200 Subject: Simplifying parts of the theme --- layouts/_default/baseof.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7f7c5ae..f5fb3d8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,11 @@ {{- partial "header.html" . -}} + +
{{- block "main" . }}{{- end }} +
+ {{- partial "footer.html" . -}} {{- block "footerfiles" . }}{{- end }} -- cgit v1.2.3