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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.stylesheets.html b/layouts/partials/head.stylesheets.html
index 5448eed..4f5e0b0 100644
--- a/layouts/partials/head.stylesheets.html
+++ b/layouts/partials/head.stylesheets.html
@@ -21,7 +21,7 @@
<!-- <link rel="stylesheet" href='{{ relURL `css/syntax.min.css` }}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}' /> -->
<link href="{{ .Site.BaseURL }}{{- with .Site.Params.syntaxStyle}}/css/syntax/syntax.{{.}}.css{{else}}/css/syntax.css{{end}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet"> {{/* Highlight */}}
<link rel="stylesheet" href='{{ relURL `css/w3css-basic.css` }}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}' />
-<link rel="stylesheet" href='{{ relURL `css/res-gallery.min.css` }}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}' />
+<link rel="stylesheet" href='{{ relURL `css/res-gallery.css ` }}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}' />
<link rel="stylesheet" href='{{ relURL `css/custom.css` }}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}' />
{{- range .Site.Params.custom_css }}