{{/* Get third party js plugins resource */}} {{ $pluginPath := printf "%s/%s/%s" "js/third-party" .class .plugin }} {{ $targetPath := printf "js/%s" .plugin }} {{ $plugin := resources.Get $pluginPath | resources.ExecuteAsTemplate $targetPath .ctx }} {{ if hugo.IsProduction }} {{ $plugin = $plugin | minify }} {{ end }} {{ $unixSrc := partial "_funs/add_unix_param.html" $plugin.RelPermalink }}