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>
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2be05406b93bb97f24057eabae1607cf8e240a05
|
||||
Subproject commit 37886b6001f9af60644bab0c5ed455069171086a
|
Loading…
Add table
Add a link
Reference in a new issue