From 17bb3b3688912b4a1ef9e918895eb53488f85bea Mon Sep 17 00:00:00 2001 From: breadcat Date: Fri, 19 Jun 2020 15:45:16 +0100 Subject: Base theme commit Thats' enough for today --- themes/Brine/layouts/_default/baseof.html | 60 +++++++++++++++++++++++++------ 1 file changed, 49 insertions(+), 11 deletions(-) (limited to 'themes/Brine/layouts/_default/baseof.html') diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html index 5f8e2ec..8e22484 100644 --- a/themes/Brine/layouts/_default/baseof.html +++ b/themes/Brine/layouts/_default/baseof.html @@ -1,11 +1,49 @@ - - - {{- partial "head.html" . -}} - - {{- partial "header.html" . -}} -
- {{- block "main" . }}{{- end }} -
- {{- partial "footer.html" . -}} - - + + + +{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Site.Title }} - {{ .Title }}{{ end }} + + + + + + +
+ {{ block "main" . }}{{ .Content }}{{ end }} +
-- cgit v1.2.3