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