diff options
Diffstat (limited to 'layouts/_default')
| -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 |
