{{ .Title }}
{{ $urlized := .Page.Permalink | md5 }} {{ $urlized}}{{ $image := .Resources.GetMatch "{cover.webp,cover.jpg,cover.png,cover.jpeg}" }} {{ if $image }}
{{ $image := .Resources.GetMatch "{*.webp,*.jpg,*.png,*.jpeg}" }}
{{ $resource := imageConfig (add "/content/" $image.RelPermalink) }}
{{if .Params.feature_link}}
{{.Params.feature_text}}
{{end}}
{{end}}
{{ partial "toc.html" .}}
{{ end }}
{{ .Content }}
{{- partial "syndication.html" . -}}
{{- partial "comments.html" . -}}