garden/themes/cortex/layouts/shortcodes/first.html

4 lines
127 B
HTML
Raw Normal View History

2024-06-04 08:52:49 +02:00
{{ range .Site.RegularPages.ByDate.Reverse | first ( .Get 0 ) }}
2023-05-20 13:32:59 +02:00
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{end}}