From 9ccf652c00457e46eaf46fc4cb8f6d0ee582c5ef Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 1 Oct 2021 14:32:43 +0200 Subject: Initial commit --- themes/hugo-whisper-theme/layouts/partials/header.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 themes/hugo-whisper-theme/layouts/partials/header.html (limited to 'themes/hugo-whisper-theme/layouts/partials/header.html') diff --git a/themes/hugo-whisper-theme/layouts/partials/header.html b/themes/hugo-whisper-theme/layouts/partials/header.html new file mode 100644 index 0000000..5f2c1f3 --- /dev/null +++ b/themes/hugo-whisper-theme/layouts/partials/header.html @@ -0,0 +1,12 @@ +
+
+ +
+ Logo +
+ {{ partial "main-menu.html" . }} + {{ partial "hamburger.html" . }} +
+
-- cgit v1.2.3