diff options
Diffstat (limited to 'themes/problematic/layouts/_default/list.html')
-rw-r--r-- | themes/problematic/layouts/_default/list.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/themes/problematic/layouts/_default/list.html b/themes/problematic/layouts/_default/list.html index 61cf6dc..97af0e3 100644 --- a/themes/problematic/layouts/_default/list.html +++ b/themes/problematic/layouts/_default/list.html @@ -1,6 +1,3 @@ {{ define "main" }} -<h1>{{ .Title }}</h1> - {{ range .Pages.ByPublishDate.Reverse }} - <p><a href="{{ .RelPermalink }}">{{ .Title }}</a></p> - {{ end }} +{{- partial "posts.html" . -}} {{ end }} |