{{ range $tag := .Params.tags }}
{{ with $.Site.GetPage (printf "/tags/%s" $tag) }}
{{ humanize $tag }}
{{ end }}
{{ end }}
{{ .Date.Format "Mon, Jan 2, 2006" }}
{{ .Title }}
{{ if .Params.authors }}
{{ range .Params.authors }}
{{ .name }}
{{ with .github }}
{{ with resources.Get "icons/github-small.svg" }}{{ .Content | safeHTML }}{{ end }}
{{ end }}
{{ with .linkedin }}
{{ with resources.Get "icons/linkedin-small.svg" }}{{ .Content | safeHTML }}{{ end }}
{{ end }}
{{ end }} {{ else if .Params.author }} {{ .Params.author }} {{ with .Params.github }} {{ with resources.Get "icons/github-small.svg" }}{{ .Content | safeHTML }}{{ end }} {{ end }} {{ with .Params.linkedin }} {{ with resources.Get "icons/linkedin-small.svg" }}{{ .Content | safeHTML }}{{ end }} {{ end }} {{ end }}
{{ end }} {{ else if .Params.author }} {{ .Params.author }} {{ with .Params.github }} {{ with resources.Get "icons/github-small.svg" }}{{ .Content | safeHTML }}{{ end }} {{ end }} {{ with .Params.linkedin }} {{ with resources.Get "icons/linkedin-small.svg" }}{{ .Content | safeHTML }}{{ end }} {{ end }} {{ end }}
{{ .Params.description }}