Remove Prism.js
This commit is contained in:
parent
d29716197c
commit
08bdf17d27
3 changed files with 4 additions and 167 deletions
|
@ -1,8 +1,7 @@
|
|||
{{ $main := resources.Get "js/main.js" }}
|
||||
{{ $menu := resources.Get "js/menu.js" }}
|
||||
{{ $prism := resources.Get "js/prism.js" }}
|
||||
{{ $theme := resources.Get "js/theme.js" }}
|
||||
{{ $js := slice $main $menu $prism $theme | resources.Concat "js/bundle.js" }}
|
||||
{{ $js := slice $main $menu $theme | resources.Concat "js/bundle.js" }}
|
||||
{{ $secureJS := $js | resources.Fingerprint "sha512" }}
|
||||
<script type="text/javascript" src="{{ $secureJS.Permalink }}" integrity="{{ $secureJS.Data.Integrity }}"></script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue