We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
\n
1 parent 2744081 commit c41a3e0Copy full SHA for c41a3e0
layouts/partials/data/description.html
@@ -14,4 +14,4 @@
14
{{ $description = .Summary }}
15
{{ end }}
16
17
-{{ return ($description | plainify)}}
+{{ return (replaceRE "\n" " " $description | plainify) }}
0 commit comments