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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-07-26 20:34:02 +0300
committerHanzei <hanzei@mailbox.org>2018-07-26 20:34:02 +0300
commitc1a279a871edf6a3a6811d782681d07e9b466dd7 (patch)
treee5b97bd3e981c102fc2e8460f265eb0524c96827 /layouts
parent5687d97c7871844a0a41d54325aa4dff54f6443e (diff)
Canonify owlCarousel css path
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/css/owlCarousel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/css/owlCarousel.html b/layouts/partials/css/owlCarousel.html
index 1a1368b..d42e685 100644
--- a/layouts/partials/css/owlCarousel.html
+++ b/layouts/partials/css/owlCarousel.html
@@ -1,4 +1,4 @@
{{ $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 "/css/owlCarousel.min.css" | fingerprint }}
+{{ $owlCarouselBundle := slice $owlCarousel $owlCarouselTheme | resources.Concat "/styles/owlCarousel.min.css" | fingerprint }}
<link rel="stylesheet" href="{{ $owlCarouselBundle.Permalink }}" integrity="{{ $owlCarouselBundle.Data.Integrity }}" media="screen">