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

github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head.stylesheets.html')
-rw-r--r--layouts/partials/head.stylesheets.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/layouts/partials/head.stylesheets.html b/layouts/partials/head.stylesheets.html
index 11de8ee..7e7b343 100644
--- a/layouts/partials/head.stylesheets.html
+++ b/layouts/partials/head.stylesheets.html
@@ -3,11 +3,10 @@
{{- end}}
{{- $assetBusting := not .Site.Params.disableCSSAssetsBusting }}
-<!-- <link rel="stylesheet" href='{{ relURL `vendor/fontawesome/5.1.0/css/all.css` }}' /> -->
<link rel="stylesheet" href="{{ .Site.BaseURL }}/vendor/fontawesome/5.9.0/css/all.css" />
<link rel="stylesheet" href='{{ relURL `vendor/daneden.github.io/animate.css/animate.min.css` }}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}' />
-<link rel="stylesheet" href='{{ relURL `vendor/OwlCarousel2/owl.carousel.min.css` }}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}' />
-<link rel="stylesheet" href='{{ relURL `vendor/OwlCarousel2/owl.theme.default.min.css` }}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}' />
+<link rel="stylesheet" href='{{ relURL `vendor/OwlCarousel2/assets/owl.carousel.min.css` }}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}' />
+<link rel="stylesheet" href='{{ relURL `vendor/OwlCarousel2/assets/owl.theme.default.min.css` }}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}' />
<link rel="stylesheet" href='{{ relURL `vendor/w3css/4/4.13/w3.css` }}' />
{{- /* if and (isset $.Site.Params (lower `w3css_color_theme` )) $.Site.Params.w3css_color_theme */}}