diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-01-05 20:36:54 +0000 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-01-05 20:36:54 +0000 |
commit | 62443b2f690d52b4949f8a92fa713ab6848be606 (patch) | |
tree | aaa55b6bac1971bdd00a5e4d738da8c132b48399 | |
parent | db6cb54326c80f805c50e0710acba3818270ae2d (diff) |
reformat
-rw-r--r-- | themes/problematic/layouts/_default/list.html | 6 |
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 }} |