blog-legacy/themes/bbaovanc/layouts/_default/list.html

7 lines
195 B
HTML
Raw Permalink Normal View History

2021-03-25 02:42:09 -05:00
{{ partial "header.html" . -}}
<h1>Posts</h1>
{{- range first 10 .Data.Pages }}
<h4><a href="{{ .Permalink }}">{{ .Title }}</a></h4>
{{- end }}
{{ partial "footer.html" . -}}