mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2025-01-14 23:12:53 +00:00
6 lines
236 B
HTML
6 lines
236 B
HTML
|
{{ range .Pages.ByPublishDate.Reverse }}
|
||
|
<li class="post-item">
|
||
|
<span><a href="{{ .Permalink }}">{{ .Title }}</a></span> - <span>{{ .Date.Format (.Site.Params.dateform | default "Jan 02, 2006") }}</span>
|
||
|
</li>
|
||
|
{{ end }}
|