Want to contribute? Fork me on Codeberg.org!
blog-theme/layouts/partials/metadata.html

8 lines
236 B

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>