mirror of
https://git.tacowolf.net/TacoWolf/mestizo.monster.git
synced 2026-01-14 21:02:29 -05:00
9 lines
351 B
HTML
9 lines
351 B
HTML
{{- with resources.Get "css/main.css" }}
|
|
{{- if eq hugo.Environment "development" }}
|
|
<link rel="stylesheet" href="{{ .RelPermalink }}">
|
|
{{- else }}
|
|
{{- with . | minify | fingerprint }}
|
|
<link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
|
|
{{- end }}
|
|
{{- end }}
|
|
{{- end }}
|