diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-02-03 00:46:23 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-02-03 00:46:23 +0100 |
| commit | 2763ae085bc157712571b42ff0d77481a31160bc (patch) | |
| tree | c576d614f013cb7aab17b9467e58e50fc62c8a3b /layouts/_default/baseof.html | |
| parent | c7f8158cb95cf2f0a5d95036a725f7d74f9b0067 (diff) | |
Responsive navbar
Diffstat (limited to 'layouts/_default/baseof.html')
| -rw-r--r-- | layouts/_default/baseof.html | 3 |
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 |
