blog-theme/layouts/partials/metadata.html
2022-06-10 12:27:13 -07:00

7 lines
236 B
HTML

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>