summaryrefslogtreecommitdiff
path: root/layouts/services/list.html
diff options
context:
space:
mode:
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 }}