Back to Hugo

Linkcss

docs/layouts/_partials/helpers/linkcss.html

0.161.1356 B
Original Source

{{ $r := .r }} {{ $attr := .attributes | default dict }} {{ if hugo.IsDevelopment }} {{ else }} {{ with $r | minify | fingerprint }} {{ end }} {{ end }} {{ define "render-attributes" }} {{- range $k, $v := . -}} {{- if $v -}} {{- printf %s=%q $k $v | safeHTMLAttr -}} {{- else -}} {{- printf %s $k | safeHTMLAttr -}} {{- end -}} {{- end -}} {{ end }}