mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-13 00:39:45 +00:00
3a6144e557
* Fix font path
* Fix favicon path
* Revert "Serve hugo pipes assets with .RelPermalink (#107)"
This reverts commit 88aa5812f5
.
* Use relLangURL
* Rebuild docs
6 lines
359 B
HTML
6 lines
359 B
HTML
{{ $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" . }}
|