aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts')
-rw-r--r--themes/simple/layouts/_default/baseof.html2
-rw-r--r--themes/simple/layouts/partials/navigation.html (renamed from themes/simple/layouts/partials/header.html)0
2 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/layouts/_default/baseof.html b/themes/simple/layouts/_default/baseof.html
index 781b043..0cb6943 100644
--- a/themes/simple/layouts/_default/baseof.html
+++ b/themes/simple/layouts/_default/baseof.html
@@ -4,7 +4,7 @@
4{{ partial "head.html" . }} 4{{ partial "head.html" . }}
5 5
6<body> 6<body>
7 {{ partial "header.html" . }} 7 {{ partial "navigation.html" . }}
8 <div id="content"> 8 <div id="content">
9 {{ block "main" . }}{{ end }} 9 {{ block "main" . }}{{ end }}
10 </div> 10 </div>
diff --git a/themes/simple/layouts/partials/header.html b/themes/simple/layouts/partials/navigation.html
index e627ec7..e627ec7 100644
--- a/themes/simple/layouts/partials/header.html
+++ b/themes/simple/layouts/partials/navigation.html