Skip to content

Commit 2d333a4

Browse files
feat(frontend): don’t excerpt card description
1 parent 81ecdcb commit 2d333a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/components/card/template.njk

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</h{{ headingLevel }}>
1818
{{ prose({
1919
classes: "card__meta",
20-
text: opts.description | markdown | striptags | excerpt(30, publication.locale)
20+
text: opts.description | markdown | striptags
2121
}) | indent(4) if opts.description }}
2222
{% if opts.published or opts.badges %}
2323
<footer class="card__footer">

0 commit comments

Comments
 (0)