Skip to content

Commit bb23062

Browse files
committed
Fix contributors display
1 parent 56e3a93 commit bb23062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/releases/_includes/feature.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h4 class="c-title">
4343
{% assign contributors = feature.contributors %}
4444
{% endif %}
4545
<div class="c-link"
46-
data-contributors="{{ contributors | join ',' }}"
46+
data-contributors="{{ contributors | join: ',' }}"
4747
data-read-more="{{ feature.read_more }}"
4848
>
4949
<!-- For no-script users. -->

0 commit comments

Comments
 (0)