Initial commit
This commit is contained in:
commit
e9839679e6
31 changed files with 911 additions and 0 deletions
11
layouts/_default/list.html
Normal file
11
layouts/_default/list.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{{ define "main" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
<article>
|
||||
{{ range .Paginator.Pages }}
|
||||
<h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
|
||||
{{ partial "list-post.html" . }}
|
||||
{{ end }}
|
||||
</article>
|
||||
{{ template "_internal/pagination.html" . }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue