mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-12-24 15:32:54 +00:00
88aa5812f5
* Serve hugo pipes assets with .RelPermalink * Rebuild docs
4 lines
430 B
HTML
4 lines
430 B
HTML
{{ $owlCarousel := resources.Get "vendor/owlCarousel/owl.carousel.min.css" }}
|
|
{{ $owlCarouselTheme := resources.Get "vendor/owlCarousel/owl.theme.default.min.css" }}
|
|
{{ $owlCarouselBundle := slice $owlCarousel $owlCarouselTheme | resources.Concat "/styles/owlCarousel.min.css" | fingerprint }}
|
|
<link rel="stylesheet" href="{{ $owlCarouselBundle.RelPermalink }}" integrity="{{ $owlCarouselBundle.Data.Integrity }}" media="screen">
|