Welcome to mirror list, hosted at ThFree Co, Russian Federation.

scripts.html « footer « partials « layouts - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77fa926f177aba982e26e2862e0f86b2a030baed (plain)
1
2
3
4
5
6
{{ $jQuery := resources.Get "/vendor/jquery/jquery-3.3.1.min.js" }}
{{ $index := resources.Get "/js/index.js" | minify }}
{{ $scripts := slice $jQuery $index | resources.Concat "/js/bundle.js" | fingerprint }}
<script src="{{ $scripts.Permalink }}" integrity="{{ $scripts.Data.Integrity }}"></script>

{{ template "_internal/google_analytics_async.html" . }}