{{ $description := $.Param "description" }} {{- with $description }}{{ end }} {{ $author := .Params.author.name | default .Site.Author.name }} {{- with $author }}{{ end }} {{- partial "scratch_set_retalbumthumb.html" . }} {{- /* Note that the Scratch below must come from . context, not $ */}} {{- .Scratch.Set "image" (.Scratch.Get "retalbumthumb") }} {{- partial "opengraph_twittercard.html" . }} {{ with .Site.Params.googlesiteverification }}{{ end }} {{ with .Site.Params.msvalidate }}{{ end }} {{ hugo.Generator }} {{ with .OutputFormats.Get "RSS" }} {{ end }} {{- $font_awesome := resources.Get "/css/fontawesome/all.css" -}} {{- $google_font := resources.Get "/css/source-sans-pro.css" -}} {{- $main_css := resources.Get "/css/main.css" -}} {{- $mg_pop_css := resources.Get "/css/magnific-popup.css" -}} {{- $user_css := resources.Get "/css/user.css" -}} {{- $custom_css := slice $font_awesome $google_font $main_css $mg_pop_css $user_css | resources.Concat "/css/custom.css" | resources.Minify | resources.Fingerprint -}}