|
@ -1,7 +1,7 @@ |
|
|
{{ define "main" }} |
|
|
{{ define "main" }} |
|
|
|
|
|
|
|
|
<main> |
|
|
<main> |
|
|
<div class="contents"> |
|
|
|
|
|
|
|
|
<div class="contents h-feed"> |
|
|
<span id="pagination-top">{{ partial "pagination.html" . }}</span> |
|
|
<span id="pagination-top">{{ partial "pagination.html" . }}</span> |
|
|
{{ range .Paginator.Pages}} |
|
|
{{ range .Paginator.Pages}} |
|
|
{{ if not (eq .Type "response")}}<section data-post-type="{{ .Type }}" class="h-entry {{.Type }}"> |
|
|
{{ if not (eq .Type "response")}}<section data-post-type="{{ .Type }}" class="h-entry {{.Type }}"> |
|
|