{{ with .Title }}{{ . }}{{ end }} {{ if .Keywords }} {{ else if .Params.tags }} {{ end }} {{ if .Params.image }} {{ end }} {{ $related := first 3 (where (where (where .Site.Pages.ByDate.Reverse ".Type" "==" "articles") ".Params.tags" "intersect" .Params.tags) "Permalink" "!=" .Permalink) }} {{ if $related }} {{ range $related }} {{ end }} {{ end }} {{ with .Params.tags }}{{ range first 6 . }} {{ end }}{{ end }} {{- $options := (dict "targetPath" "css/styles.css" "outputStyle" "compressed" "enableSourceMap" "true") -}} {{- $styles := resources.Get "sass/main.sass" | resources.ExecuteAsTemplate "main.sass" . | resources.ToCSS $options | resources.Fingerprint "sha512" }} {{ with .OutputFormats.Get "RSS" }} {{ end }} {{- if (ne hugo.Environment "development") }} {{- end }}