summaryrefslogtreecommitdiff
path: root/layouts/recipes/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/recipes/list.html
parenta78e42c4de45dc93bb4fb402ed5f829a7583decc (diff)
Update indentation
Diffstat (limited to 'layouts/recipes/list.html')
-rw-r--r--layouts/recipes/list.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/layouts/recipes/list.html b/layouts/recipes/list.html
index 5da230f..9c51074 100644
--- a/layouts/recipes/list.html
+++ b/layouts/recipes/list.html
@@ -3,15 +3,15 @@
{{ .Content }}
<ul>
{{- range sort .Paginator.Pages "Title" }}
- <li>
- <a href="{{ .Permalink }}">{{ .Title }}</a>
- <small>
- {{ .Summary }}
- {{- range .Params.tags }}
- <a href="/tags/{{ . | lower }}">#{{ . }}</a>
- {{- end }}
- </small>
- </li>
+ <li>
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
+ <small>
+ {{ .Summary }}
+ {{- range .Params.tags }}
+ <a href="/tags/{{ . | lower }}">#{{ . }}</a>
+ {{- end }}
+ </small>
+ </li>
{{- end }}
</ul>
{{- end }}