{{ with .ctx }} {{ if $.IsHome }}

{{ if and .Weight (gt .Weight 0) }} {{ end }} {{ if $.IsHome }} {{ if and (isset .Params "extlink") (ne .Params.Extlink "") }} {{ .Title }} {{ else }} {{ end }} {{ else }} {{ .Title }} {{ if .Site.Params.postEdit.enable }} {{ $editURL := printf "%s%s" .Site.Params.postEdit.url (path.Clean .File.Path) }} {{ end }} {{ end }} {{ if $.IsHome }}

{{ else }} {{ end }} {{ $isComment := and (.Scratch.Get "isComment") .Site.Params.postMeta.comments.enable }}
{{ partial "post/header_meta/created_date.html" . }} {{ partial "post/header_meta/update_date.html" . }} {{ partial "post/header_meta/categories.html" . }} {{ if and $.IsHome (not (isset .Params "extlink")) }} {{ if and .Site.Params.postMeta.views.enable (ne .Site.Params.postMeta.views.plugin "busuanzi") }} {{ partial "post/header_meta/views.html" . }} {{ end }} {{ if $isComment }} {{ partial "post/header_meta/comments.html" . }} {{ end }} {{ end }}
{{ if not $.IsHome }}
{{ partial "post/header_meta/words.html" . }} {{ partial "post/header_meta/readtime.html" . }} {{ partial "post/header_meta/views.html" . }} {{ if $isComment }} {{ partial "post/header_meta/comments.html" . }} {{ end }}
{{ end }}
{{ end }}