iFSR-Website/layouts/_partials/head/css.html
Jannik Menzel 25c9dc1586 init
2025-05-09 01:07:20 +02:00

9 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 }}