{{/* props: Page (post page) */}} {{- $p := .Page -}} {{- $icon := $p.Params.icon | default "fa-regular fa-file-lines" -}} {{- $category := $p.Params.category | default "Article" -}}

{{ $p.Title }}

{{ with $p.Date }} {{ .Format "02 Jan 2006" }} {{ end }} {{ with $p.ReadingTime }} • {{ . }} min read {{ end }}
{{ with $category }} {{ . }} {{ end }}
{{ with $p.Params.description }}

{{ . }}

{{ end }} {{ with $p.Params.tags }}
{{ range first 3 . }} {{ . }} {{ end }}
{{ end }}