{{/* Partial used to include the JS for the gallery page's masonry layout. */}} {{ $site := resources.Get "js/gallery.js" }} {{ if hugo.IsProduction }} {{ $site = $site | minify | fingerprint | resources.PostProcess }} {{ end }}