site/themes/rb/layouts/_default/li.html
Jef Roosens 5f814127bf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
add digital garden section
2025-01-02 21:02:26 +01:00

6 lines
158 B
HTML

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