etch/layouts/_default/li.html
Guillaume 4791a23949
Add basic i18n for list and single (#30)
* add: basic i18n for list and single

* add: apply suggestions

* fix: indent using 4 tabs
2022-02-06 21:54:13 -08:00

7 lines
155 B
HTML

<li>
<a href="{{ .Permalink }}">
{{ .Title }}
<small><time>{{ .Date | time.Format (i18n "posts.date") }}</time></small>
</a>
</li>