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.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 }}