Posted by {{ .Site.Params.author }} on {{ partial "time.html" . }}
<p>
{{ range $i, $e := .Params.tags -}}
{{- if $i -}}, {{ end -}}
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" rel="tag">#{{ $e }}</a>
{{- end -}}
</p>