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/partials/header.html | 25 ------------------------- themes/simple/layouts/partials/navigation.html | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 themes/simple/layouts/partials/header.html create mode 100644 themes/simple/layouts/partials/navigation.html (limited to 'themes/simple/layouts/partials') 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