{{- $postDate := .Date.Format "2006-01-02" }} {{- $updateDate := .Lastmod.Format "2006-01-02" }} {{ if or (.Params.description) (.Params.date) }} {{ if .Params.description }}

{{ .Params.description }}

{{ end }}

{{ if .Params.date }}{{- if ne $postDate $updateDate }}{{ end }}
posted:{{ $postDate }}
updated:{{ $updateDate }}
{{ end }}


{{ if and (gt .WordCount 400 ) (gt (len .TableOfContents) 180) }}

On this page

{{ .TableOfContents }}

{{ end }} {{- with .Params.tags -}}

Tags

[all] {{- range . }} {{- $tag := urlize . -}} [{{ . }}] {{- end }}


{{- end }} {{ end }} {{ if isset .Params "categories" }} {{$related := where .Site.RegularPages ".Params.categories" "eq" .Params.categories }} {{- $relatedLimit := default 8 .Site.Params.numberOfRelatedPosts }}

More {{ .Params.categories }}


{{ end }} {{- $posts := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }} {{- $featured := default 8 .Site.Params.numberOfFeaturedPosts }} {{- $featuredPosts := first $featured (where $posts "Params.featured" true)}} {{- with $featuredPosts }}

Featured Posts

{{- end }}

status.lol