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