We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648f8df commit ef98585Copy full SHA for ef98585
1 file changed
src/index.njk
@@ -46,7 +46,7 @@ layout: false
46
47
{% set bio = person.data.bio %}
48
{% if bio %}
49
- <p class="mt-4 text-[var(--text-muted)] text-sm italic line-clamp-3">"{{ bio | truncate(120) }}"</p>
+ <p class="mt-4 text-[var(--text-muted)] text-sm italic line-clamp-3">"{{ bio | trim | truncate(120) }}"</p>
50
{% endif %}
51
</div>
52
0 commit comments