summaryrefslogtreecommitdiff
path: root/layouts/services/list.html
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-05 09:20:44 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-05 09:20:44 +0200
commit87ac17506aa65209b1541464665da569b8699116 (patch)
tree9220d2a9ea79fdc5425c6bd117c4c40d6276125c /layouts/services/list.html
parenta78e42c4de45dc93bb4fb402ed5f829a7583decc (diff)
Update indentation
Diffstat (limited to 'layouts/services/list.html')
-rw-r--r--layouts/services/list.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/services/list.html b/layouts/services/list.html
index 94c750b..0f06f87 100644
--- a/layouts/services/list.html
+++ b/layouts/services/list.html
@@ -3,10 +3,10 @@
{{ .Content }}
<ul>
{{ range .Paginator.Pages }}
- <li>
- <a href="{{ .Permalink }}">{{ .Title }}</a>
- <small>{{ .Params.location }}</small>
- </li>
+ <li>
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
+ <small>{{ .Params.location }}</small>
+ </li>
{{ end }}
</ul>
{{ end }}