From ec2f5492af15b2eb68a3bcb5d0f375d99fa87c21 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Oct 2022 16:28:23 +0200 Subject: Renamed header to navigation --- themes/simple/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 781b043..0cb6943 100644 --- a/themes/simple/layouts/_default/baseof.html +++ b/themes/simple/layouts/_default/baseof.html @@ -4,7 +4,7 @@ {{ partial "head.html" . }} - {{ partial "header.html" . }} + {{ partial "navigation.html" . }}
{{ block "main" . }}{{ end }}
-- cgit v1.2.3