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:
authorit-gro <13005925+it-gro@users.noreply.github.com>2019-08-02 19:41:12 +0300
committerit-gro <13005925+it-gro@users.noreply.github.com>2019-08-02 19:41:12 +0300
commitd2b93568e5f08f93170a707b62726878c4f7a4a0 (patch)
tree29ee8c9a11bf7303f10370b850d319112452abe4
parent8f8a3f27e5b78fa70cba560fa7e537b920849f6b (diff)
wip
-rw-r--r--layouts/partials/head.stylesheets.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.stylesheets.html b/layouts/partials/head.stylesheets.html
index 7e7b343..5dd5f65 100644
--- a/layouts/partials/head.stylesheets.html
+++ b/layouts/partials/head.stylesheets.html
@@ -3,7 +3,7 @@
{{- end}}
{{- $assetBusting := not .Site.Params.disableCSSAssetsBusting }}
-<link rel="stylesheet" href="{{ .Site.BaseURL }}/vendor/fontawesome/5.9.0/css/all.css" />
+<link rel="stylesheet" href='{{ relURL `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/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 }}' />