summaryrefslogtreecommitdiff
path: root/layouts/services
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
parenta78e42c4de45dc93bb4fb402ed5f829a7583decc (diff)
Update indentation
Diffstat (limited to 'layouts/services')
-rw-r--r--layouts/services/list.html8
-rw-r--r--layouts/services/single.html1
2 files changed, 4 insertions, 5 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 }}
diff --git a/layouts/services/single.html b/layouts/services/single.html
index 9f2354b..e1afa52 100644
--- a/layouts/services/single.html
+++ b/layouts/services/single.html
@@ -8,7 +8,6 @@
<li><strong>Base URL</strong>: <a href="{{ .Params.location }}">{{ .Params.location }}</a></li>
<li><strong>Upstream</strong>: <a href="{{ .Params.upstream }}">{{ .Params.upstream }}</a></li>
</ul>
-
{{ .Content }}
</main>
</article>