aboutsummaryrefslogtreecommitdiff
path: root/themes/simple
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-10-08 16:28:23 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-10-08 16:28:23 +0200
commitec2f5492af15b2eb68a3bcb5d0f375d99fa87c21 (patch)
tree2669bc56afa88d0520fa5b842ad81c8864475619 /themes/simple
parente8b37e321b6dcadc95473a706a22789118403a30 (diff)
downloadmitjafelicijan.com-ec2f5492af15b2eb68a3bcb5d0f375d99fa87c21.tar.gz
Renamed header to navigation
Diffstat (limited to 'themes/simple')
-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