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

4 lines
136 B
HTML
Raw Normal View History

2023-05-20 13:32:59 +02:00
{{ range ( where .Site.RegularPages "Type" "posts" | first ( .Get 0 ) ) }}
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{end}}