Add files
This commit is contained in:
6
themes/bbaovanc/layouts/_default/list.html
Normal file
6
themes/bbaovanc/layouts/_default/list.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{ partial "header.html" . -}}
|
||||
<h1>Posts</h1>
|
||||
{{- range first 10 .Data.Pages }}
|
||||
<h4><a href="{{ .Permalink }}">{{ .Title }}</a></h4>
|
||||
{{- end }}
|
||||
{{ partial "footer.html" . -}}
|
Reference in New Issue
Block a user