summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-01-05 20:36:54 +0000
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-01-05 20:36:54 +0000
commit62443b2f690d52b4949f8a92fa713ab6848be606 (patch)
treeaaa55b6bac1971bdd00a5e4d738da8c132b48399 /themes/problematic/layouts
parentdb6cb54326c80f805c50e0710acba3818270ae2d (diff)
reformat
Diffstat (limited to 'themes/problematic/layouts')
-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 }}