update my footer to use chroma not prismjs
This commit is contained in:
parent
0daa4600f9
commit
3f95624ecf
2 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ licensed under the <a href="https://github.com/panr/hugo-theme-terminal/blob/mas
|
|||
<!-- REQUIRED FOR PRISMJS: -->
|
||||
|
||||
{{ $menu := resources.Get "js/menu.js" | js.Build }}
|
||||
{{ $prism := resources.Get "js/prism.js" | js.Build }}
|
||||
{{ $cp := resources.Get "js/code.js" | js.Build }}
|
||||
|
||||
{{ $bundle := slice $menu $prism | resources.Concat "bundle.js" | resources.Minify }}
|
||||
{{ $bundle := slice $menu $cp | resources.Concat "bundle.js" | resources.Minify }}
|
||||
|
||||
<script type="text/javascript" src="{{ $bundle.RelPermalink }}"></script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue