{{ if .IsPage }} {{ $author := .Site.Params.author}} {{ $description := ( .Summary ) | plainify | truncate 110 }} {{ $site_name := .Site.Title }} {{ $title := .Title }} {{ $url := printf "%s" .Permalink }} {{ $body := printf "%s, by %s - \n%s" $title $author $description}} {{ $tbody := printf "%s, by @%s\n%s\n" $title .Site.Params.twitter $description }}
{{ end }}