{{ with .ctx }} {{ if $.IsHome }} {{ if and .Site.Params.readMoreBtn (not .Params.Expand) }}
{{ T "PostReadMore" }} »
{{ end }}
{{ else }} {{ partial "post/footer_meta/tags.html" . }} {{ if and (not (isset .Params "share")) (not .Params.share) }} {{ partial "_thirdparty/share/addthis.html" . }} {{ end }}
{{ partial "post/footer_meta/reward.html" . }} {{ if and (not (isset .Params "copyright")) (not .Params.copyright) }} {{ partial "post/footer_meta/copyright.html" . }} {{ end }} {{ if and (not (isset .Params "followme")) (not .Params.followme) }} {{ partial "post/footer_meta/followme.html" . }} {{ end }} {{ if and (not (isset .Params "nav")) (not .Params.nav) }}
{{ with .NextInSection }} {{ end }}
{{ with .PrevInSection }} {{ end }}
{{ end }} {{ end }} {{ end }}