From adcb4eaebfccab66ad62bafdc029022353c1a263 Mon Sep 17 00:00:00 2001 From: Romeo Disca Date: Thu, 16 May 2019 20:57:18 +0200 Subject: add navigation --- themes/rusticus/layouts/partials/header/header.html | 8 +------- themes/rusticus/layouts/partials/header/navigation.html | 7 +++++++ 2 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 themes/rusticus/layouts/partials/header/navigation.html (limited to 'themes/rusticus') diff --git a/themes/rusticus/layouts/partials/header/header.html b/themes/rusticus/layouts/partials/header/header.html index 98a7158..c555110 100644 --- a/themes/rusticus/layouts/partials/header/header.html +++ b/themes/rusticus/layouts/partials/header/header.html @@ -28,13 +28,7 @@
- + {{ partial "header/navigation.html" . }}
diff --git a/themes/rusticus/layouts/partials/header/navigation.html b/themes/rusticus/layouts/partials/header/navigation.html new file mode 100644 index 0000000..f2ca7d8 --- /dev/null +++ b/themes/rusticus/layouts/partials/header/navigation.html @@ -0,0 +1,7 @@ + -- cgit v1.2.3