Files
mms43-v2/themes/mms43/layouts/_partials/head/css.html
Arnaud Delcasse 95e3bad443 first commit
2025-12-30 12:14:33 +01:00

10 lines
336 B
HTML

{{- with resources.Get "css/main.css" }}
{{- if hugo.IsDevelopment }}
<link rel="stylesheet" href="{{ .RelPermalink }}">
{{- else }}
{{- with . | minify | fingerprint }}
<link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
{{- end }}
{{- end }}
{{- end }}