taxonomies (categories, tags, year/month/slug), syntax.css und Blog (posts).
This commit is contained in:
10
themes/basic/layouts/posts/list.html
Normal file
10
themes/basic/layouts/posts/list.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{{ define "main" }}
|
||||
<h2>{{ .Title }}</h2>
|
||||
|
||||
{{ range (.Paginator).Pages }}
|
||||
{{ partial "post_summary.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ template "_internal/pagination.html" . }}
|
||||
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user