Files
pdf-editor/layouts/partials/styles.html
2023-05-17 01:12:02 +02:00

6 lines
264 B
HTML

{{ $css := resources.Get "styles/main.scss" | toCSS | postCSS }}
{{ if hugo.IsProduction }}
{{ $css = $css | minify | fingerprint | resources.PostProcess }}
{{ end }}
<link data-production="{{ hugo.IsProduction }}" rel="stylesheet" href="{{ $css.RelPermalink }}">