mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +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
4 lines
387 B
HTML
4 lines
387 B
HTML
{{ $owlCarousel := resources.Get "/vendor/owlCarousel/owl.carousel.min.js" }}
|
|
{{ $initOwlCarousel := resources.Get "/js/initOwlCarousel.js" | minify }}
|
|
{{ $bundleOwlCarousel := slice $owlCarousel $initOwlCarousel | resources.Concat "/js/bundleOwlCarousel.js" | fingerprint }}
|
|
<script src="{{ $bundleOwlCarousel.Permalink }}" integrity="{{ $bundleOwlCarousel.Data.Integrity }}"></script>
|