summaryrefslogtreecommitdiffstats
path: root/layouts/partials/description.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/description.html')
-rw-r--r--layouts/partials/description.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/description.html b/layouts/partials/description.html
index e63c0d9..ff3b697 100644
--- a/layouts/partials/description.html
+++ b/layouts/partials/description.html
@@ -12,4 +12,4 @@
{{- end -}}
{{- end -}}
-{{- $description | plainify | safeHTML | chomp | truncate 180 -}}
+{{- replaceRE "\n" " " ($description | plainify | safeHTML | chomp | truncate 180) -}}