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 +++ 1 file changed, 3 insertions(+) (limited to 'layouts/_default') 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 -- cgit v1.3