hacker.tours-website/themes/zen/layouts/_default/li.html

2 lines
222 B
HTML
Raw Normal View History

2024-06-13 22:14:05 +02:00
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a> <time class="created-date" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format ($.Param "dateformat" | default "2 January, 2006") }}</time></li>