mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 06:52:17 +00:00
More cleanup of CSS
This commit is contained in:
4
themes/lhs/layouts/partials/foot.html
Normal file
4
themes/lhs/layouts/partials/foot.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ $site := resources.Get "js/site.js" }}
|
||||
{{ $js := slice $site | resources.Concat "js/bundle.js" | resources.Minify }}
|
||||
{{ $secureJS := $js | resources.Fingerprint "sha512" }}
|
||||
<script src="{{ $secureJS.Permalink }}" integrity="{{ $secureJS.Data.Integrity }}"></script>
|
||||
Reference in New Issue
Block a user