first commit
This commit is contained in:
6
themes/roazhon/layouts/partials/scripts.html
Normal file
6
themes/roazhon/layouts/partials/scripts.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{{- $jquery := resources.Get "js/jquery.min.js" -}}
|
||||
{{- $mg_pop := resources.Get "js/jquery.magnific-popup.js" -}}
|
||||
{{- $main := resources.Get "js/main.js" -}}
|
||||
{{- $util := resources.Get "js/util.js" -}}
|
||||
{{- $custom_js := slice $jquery $mg_pop $main $util | resources.Concat "js/custom.js" | resources.Minify | resources.Fingerprint -}}
|
||||
<script src="{{ $custom_js.RelPermalink }}" integrity="{{ $custom_js.Data.Integrity }}"></script>
|
||||
Reference in New Issue
Block a user