aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authorAriel Costas <94913521+arielcostas@users.noreply.github.com>2024-02-03 00:46:23 +0100
committerAriel Costas <94913521+arielcostas@users.noreply.github.com>2024-02-03 00:46:23 +0100
commit2763ae085bc157712571b42ff0d77481a31160bc (patch)
treec576d614f013cb7aab17b9467e58e50fc62c8a3b /layouts/_default
parentc7f8158cb95cf2f0a5d95036a725f7d74f9b0067 (diff)
Responsive navbar
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 3 insertions, 0 deletions
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 @@
</main>
{{ partial "partials/footer.html" . }}
+
+ {{ $script := resources.Get "js/navbar.js" | minify }}
+ <script src='{{ $script.RelPermalink }}'></script>
</body>
</html> \ No newline at end of file