garden/themes/cortex/layouts/shortcodes/first.html
SouthFox cb37e6a77b
All checks were successful
/ deploy (push) Successful in 1m12s
[build] create dir
2024-06-04 14:52:49 +08:00

3 lines
127 B
HTML

{{ range .Site.RegularPages.ByDate.Reverse | first ( .Get 0 ) }}
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{end}}