You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
415 B

<!-- See https://gohugo.io/hugo-pipes/postprocess/#css-purging-with-postcss -->
{{ $css := resources.Get "css/main.css" }}
{{ $css = $css | resources.PostCSS }}
{{ if hugo.IsProduction }}
{{ $css = $css | fingerprint | resources.PostProcess }}
{{ end }}
<script src="/contact-form/jquery-3.6.0.min.js"></script>
<script src="/contact-form/form.js"></script>
<link href="{{ $css.Permalink }}" rel="stylesheet" />