{{ with .ctx }}

{{- if and .Weight (gt .Weight 0) }} {{- end }} {{- if $.IsHome }} {{- if and (isset .Params "link") (ne .Params.Link "") }} {{ .Title }} {{- else }} {{- end }} {{- else }} {{ .Title }} {{- end }}

{{ partial "post/post_meta/created_date.html" . }} {{ partial "post/post_meta/update_date.html" . }} {{ partial "post/post_meta/categories.html" . }} {{- if not $.IsHome }} {{ partial "post/post_meta/words.html" . }} {{ partial "post/post_meta/readtime.html" . }} {{ partial "post/post_meta/views.html" . }} {{ end }}
{{ end }}