move up hugo to root
This commit is contained in:
6
layouts/_default/list.html
Normal file
6
layouts/_default/list.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{ define "main" }}
|
||||
<h1 class="text-center">Posts</h1>
|
||||
{{ range .Pages }}
|
||||
{{ partial "postcard" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user