{{- with .Site.Params.dateformat | default "2006-01-02" | .PublishDate.Format -}}
{{- end -}}
{{ T "wordCount" .WordCount }}
{{ T "readingTime" .ReadingTime }}
{{- $comment := .Scratch.Get "comment" | default dict -}}
{{- if $comment.enable | and $comment.valine.enable | and $comment.valine.visitor -}}
{{ T "views" }}
{{- end -}}
{{- if .Site.Params.ibruce.enable | and .Site.Params.ibruce.enablePost -}}
{{ T "views" }}
{{- end -}}
{{- /* Featured image */ -}}
{{- $image := $params.featuredimage -}}
{{- with .Resources.GetMatch "featured-image" -}}
{{- $image = .RelPermalink -}}
{{- end -}}
{{- with $image -}}