{{ with .ctx }} {{ if $.IsHome }} {{ if and .Site.Params.readMoreBtn (not .Params.Expand) }}
{{ T "PostMeta.more" }} »
{{ end }}
{{ else }} {{ partial "post/footer_meta/tags.html" . }} {{ $enable := .Params.share | default .Site.Params.share.enable }} {{ with .Site.Params.share }} {{ if $enable }}
{{ if isset . "sharethis" }} {{ partial "_thirdparty/share/sharethis.html" }} {{ end }} {{ if isset . "addtoany" }} {{ partial "_thirdparty/share/addtoany.html" }} {{ end }}
{{ end }} {{ 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 }}