- {{ .Title }}
-
-
- {{ $profile_image := resources.Get (printf "img/%s" .Site.Params.avatar) }}
- {{ $profile_width := 75 }}
- {{ $profile_image := $profile_image.Resize (printf "%dx webp q75" $profile_width) }}
-

-
{{ .Site.Params.Author }}
-
- {{ .Scratch.Set "beforeDateString" "Published on "}}
- {{ partial "date.html" . }}
- {{ partial "reading_time.html" . }}
- {{ partial "tags/page.html" . }}
-
-
- {{ .Content }}
-
-
-