neff-steindesign.de/themes/neff/layouts/partials/part/style.html

7 lines
273 B
HTML

{{- $css := resources.Get .path -}}
{{ if .ctx.Site.IsServer }}
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
{{ else }}
{{- $css = $css | resources.Fingerprint -}}
<link rel="stylesheet" href="{{ $css.Permalink }}" integrity="{{ $css.Data.Integrity }}">
{{ end }}