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 }} + + + diff --git a/themes/terminal b/themes/terminal index 08ec931..c779a70 160000 --- a/themes/terminal +++ b/themes/terminal @@ -1 +1 @@ -Subproject commit 08ec931ceabc3879e25d75f3b7b12801660012b6 +Subproject commit c779a7083471f5f6f7036dfd60e9ff9a321600f9