4 lines
136 B
HTML
4 lines
136 B
HTML
|
{{ range ( where .Site.RegularPages "Type" "posts" | first ( .Get 0 ) ) }}
|
||
|
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
||
|
{{end}}
|