themes/tella/layouts/partials/head.html aktualisiert
Some checks failed
Website / Website veröffentlichen (push) Failing after 2s
Some checks failed
Website / Website veröffentlichen (push) Failing after 2s
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<link href='{{ "/css/fa6.min.css" | relURL }}' rel="stylesheet" type="text/css">
|
<link href='{{ "/css/fa6.min.css" | relURL }}' rel="stylesheet" type="text/css">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ $styles := resources.Get "css/style.css" | postCSS }}
|
{{ $styles := resources.Get "css/style.css" | postCSS }}
|
||||||
{{ if .Site.IsServer }}
|
{{ if hugo.IsServer }}
|
||||||
<link rel="stylesheet" href="{{ $styles.RelPermalink }}">
|
<link rel="stylesheet" href="{{ $styles.RelPermalink }}">
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ $styles := $styles | minify | fingerprint | resources.PostProcess }}
|
{{ $styles := $styles | minify | fingerprint | resources.PostProcess }}
|
||||||
|
|||||||
Reference in New Issue
Block a user