{{- /* Related Content */ -}} {{- /* https://gohugo.io/content-management/related/ */ -}} {{- $relatedConfig := dict "Page" . "Key" "related" | partial "function/param.html" -}} {{- if $relatedConfig.enable | and ("aside" | in $relatedConfig.position) | and (not .Params.password) -}} {{- $posts := .Site.Store.Get "mainSectionPages" -}} {{- if .Site.Params.hidden_from_related -}} {{- $posts = where $posts "Params.hidden_from_related" false -}} {{- else -}} {{- $posts = where $posts "Params.hidden_from_related" "!=" true -}} {{- end -}} {{- $related := $posts.Related . | first ($relatedConfig.count | default 5) -}} {{- with $related -}} {{- end -}} {{- end -}}