summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/problematic/layouts/_default/list.html')
-rw-r--r--themes/problematic/layouts/_default/list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/problematic/layouts/_default/list.html b/themes/problematic/layouts/_default/list.html
index 3ebdde1..61cf6dc 100644
--- a/themes/problematic/layouts/_default/list.html
+++ b/themes/problematic/layouts/_default/list.html
@@ -1,6 +1,6 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
-{{ range .Pages.ByPublishDate.Reverse }}
-<p><a href="{{ .RelPermalink }}">{{ .Title }}</a></p>
-{{ end }}
+ {{ range .Pages.ByPublishDate.Reverse }}
+ <p><a href="{{ .RelPermalink }}">{{ .Title }}</a></p>
+ {{ end }}
{{ end }}