{{/* Get the resource from the module's assets folder */}} {{ $css := resources.Get "css/academic-contact.css" }} {{/* Minify and Fingerprint for production */}} {{ if hugo.IsProduction }} {{ $css = $css | minify | fingerprint }} {{ end }} {{/* Output the link tag */}}