diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 8b2f41a..36c2506 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,3 +8,11 @@ Generated with Hugo. Website source available href="https://github.com/panr/hugo-theme-terminal">Theme by panr, which is licensed under the MIT licence.

+ +{{ $menu := resources.Get "js/menu.js" | js.Build }} +{{ $prism := resources.Get "js/prism.js" | js.Build }} + +{{ $bundle := slice $menu $prism | resources.Concat "bundle.js" | resources.Minify }} + + +