{{ if .IsHome }} {{.Site.Title}} {{ else }} {{.Site.Title}} / {{ .Title }} {{ if .Summary }} {{ else }} {{ end }} {{ end }} {{ $style := resources.Get "css/site.css" }} {{ if hugo.IsProduction }} {{ $style = $style | minify | fingerprint | resources.PostProcess }} {{ end }} {{ $masonry := resources.Get "js/masonry.min.js" }} {{ if hugo.IsProduction }} {{ $masonry = $masonry | fingerprint | resources.PostProcess }} {{ end }} {{ $imagesloaded := resources.Get "js/imagesloaded.min.js" }} {{ if hugo.IsProduction }} {{ $imagesloaded = $imagesloaded | fingerprint | resources.PostProcess }} {{ end }} {{ partial "opengraph.html" . }}