summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-11-20 08:52:29 +0100
committerPatrick Spek <p.spek@tyil.nl>2022-11-20 08:52:29 +0100
commit34527f939f43466e441996bb4aada95e3417d394 (patch)
treec219cd5852b904d2020c750600110a1cad0cfecf /layouts
parent3f3191d2a2b58c3ef4eccc820f281c449e7ac142 (diff)
Update summaries on cookbook overview
Diffstat (limited to 'layouts')
-rw-r--r--layouts/recipes/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/recipes/list.html b/layouts/recipes/list.html
index 9c51074..1a6bdf9 100644
--- a/layouts/recipes/list.html
+++ b/layouts/recipes/list.html
@@ -6,7 +6,7 @@
<li>
<a href="{{ .Permalink }}">{{ .Title }}</a>
<small>
- {{ .Summary }}
+ {{ .Summary | plainify }}
{{- range .Params.tags }}
<a href="/tags/{{ . | lower }}">#{{ . }}</a>
{{- end }}