Compare commits
2 commits
b7ea77f56c
...
2a189f340c
Author | SHA1 | Date | |
---|---|---|---|
2a189f340c | |||
d1942dc2bf |
2 changed files with 9 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue