aboutsummaryrefslogtreecommitdiff
path: root/www/layouts/partials/css-res.html
blob: 6fabf6748ecde4f05f23bbf8d2aae01698605d10 (plain)
1
2
3
4
5
6
7
8
9
{{ with . | minify }}
  {{ if hugo.IsProduction }}
    {{ with . | fingerprint }}
      <link href="{{ .RelPermalink }}" rel="stylesheet" integrity="{{ .Data.Integrity }}">
    {{ end }}
  {{ else }}
    <link href="{{ .RelPermalink }}" rel="stylesheet">
  {{ end }}
{{ end }}