Compare commits

...

2 commits

2 changed files with 9 additions and 1 deletions

View file

@ -8,3 +8,11 @@ Generated with <a href="https://gohugo.io/">Hugo</a>. Website source available
href="https://github.com/panr/hugo-theme-terminal">Theme</a> by <a href="https://github.com/panr/">panr</a>, which is href="https://github.com/panr/hugo-theme-terminal">Theme</a> by <a href="https://github.com/panr/">panr</a>, which is
licensed under the <a href="https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md">MIT licence</a>.</p> licensed under the <a href="https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md">MIT licence</a>.</p>
</footer> </footer>
{{ $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 }}
<script type="text/javascript" src="{{ $bundle.RelPermalink }}"></script>

@ -1 +1 @@
Subproject commit 08ec931ceabc3879e25d75f3b7b12801660012b6 Subproject commit c779a7083471f5f6f7036dfd60e9ff9a321600f9