Add more hugo templates
This commit is contained in:
9
hugo/layouts/_default/list.html
Normal file
9
hugo/layouts/_default/list.html
Normal file
@ -0,0 +1,9 @@
|
||||
{{ define "main" }}
|
||||
<h1>Posts</h1>
|
||||
{{ range .Pages }}
|
||||
<article>
|
||||
<h2>{{ .Title }}</h2>
|
||||
{{ .Content }}
|
||||
</article>
|
||||
{{ end }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user