{{- if and (isset .Params "sticky") (gt .Params.Sticky 0) }}
{{- end }} {{- if and (isset .Params "link") (ne .Params.Link "") }}
{{ .Title }}
{{- else }}
{{ .Title }}
{{- end }}
{{/* TODO IsHome */}} {{ print "Get IsHome value in pages loop: " ($.Scratch.Get "IsHome") }}
{{ partial "post/post_meta/created_date.html" . }} {{ partial "post/post_meta/update_date.html" . }} {{ partial "post/post_meta/categories.html" . }} {{- if not (.Scratch.Get "IsHome") }} {{ partial "post/post_meta/words.html" . }} {{ partial "post/post_meta/readtime.html" . }} {{ partial "post/post_meta/views.html" . }} {{ end }}