{{ if or (.Params.description) (.Params.author) (.Params.date) }} {{ if .Params.description }}
{{ .Params.description }}
{{ end }}{{ if .Params.author }}By {{ .Params.author }}{{ if .Date }}, {{ end }}{{ end }} {{ if .Date }}{{ .Date.Format "2006-01-02" }}{{ end }}
{{- with .Params.tags -}} {{- range . }} {{- $tag := urlize . -}} [{{ . }}] {{- end }} {{- end }}