summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/_default/list.html
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-01-05 21:01:12 +0000
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-01-05 21:01:12 +0000
commitf7a556559b17c6267ff898f68cae02a49bf87da6 (patch)
tree99ddd3d1b83c7bb94dfb8863bdad742afb53cd22 /themes/problematic/layouts/_default/list.html
parent62443b2f690d52b4949f8a92fa713ab6848be606 (diff)
site works with no css
Diffstat (limited to 'themes/problematic/layouts/_default/list.html')
-rw-r--r--themes/problematic/layouts/_default/list.html5
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 }}