This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
sakura-hugo-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>