Back to Focalboard

Single

website/site/layouts/blog/single.html

8.0.0784 B
Original Source

{{ .Title }}
{{ .Description }}

{{ .Date.Format "January 2, 2006" }} {{ .WordCount }} words


{{ partial "hanchor.html" .Content }}


{{ if and (and .Params.author .Params.github) .Params.community }} Written by {{ if and (and .Params.author_2 .Params.github_2) .Params.community_2 }} :

  • {{ partial "blogauthor" (dict "name" .Params.author "community" .Params.community "github" .Params.github) }}
  • {{ partial "blogauthor" (dict "name" .Params.author_2 "community" .Params.community_2 "github" .Params.github_2) }}

{{ else }} {{ partial "blogauthor" (dict "name" .Params.author "community" .Params.community "github" .Params.github) }} {{ end }} {{ end }}

Join us on community.mattermost.com!