From 2763ae085bc157712571b42ff0d77481a31160bc Mon Sep 17 00:00:00 2001 From: Ariel Costas <94913521+arielcostas@users.noreply.github.com> Date: Sat, 3 Feb 2024 00:46:23 +0100 Subject: Responsive navbar --- layouts/_default/baseof.html | 3 ++ layouts/partials/header.html | 66 +++++++++++++++++++++++++++++++++++--------- 2 files changed, 56 insertions(+), 13 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 115b754..9bac02c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -29,6 +29,9 @@ {{ partial "partials/footer.html" . }} + + {{ $script := resources.Get "js/navbar.js" | minify }} + \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 5cf34fc..e3b55c7 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,22 +1,62 @@ -
-
+ \ No newline at end of file -- cgit v1.3