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 +- themes/simple/layouts/partials/header.html | 25 ------------------------- themes/simple/layouts/partials/navigation.html | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 themes/simple/layouts/partials/header.html create mode 100644 themes/simple/layouts/partials/navigation.html (limited to 'themes/simple') 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 }}
diff --git a/themes/simple/layouts/partials/header.html b/themes/simple/layouts/partials/header.html deleted file mode 100644 index e627ec7..0000000 --- a/themes/simple/layouts/partials/header.html +++ /dev/null @@ -1,25 +0,0 @@ -
-
-

- -

- - -
-
diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html new file mode 100644 index 0000000..e627ec7 --- /dev/null +++ b/themes/simple/layouts/partials/navigation.html @@ -0,0 +1,25 @@ +
+
+

+ +

+ + +
+
-- cgit v1.2.3