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 56e3a93 commit bb23062Copy full SHA for bb23062
pages/releases/_includes/feature.html
@@ -43,7 +43,7 @@ <h4 class="c-title">
43
{% assign contributors = feature.contributors %}
44
{% endif %}
45
<div class="c-link"
46
- data-contributors="{{ contributors | join ',' }}"
+ data-contributors="{{ contributors | join: ',' }}"
47
data-read-more="{{ feature.read_more }}"
48
>
49
<!-- For no-script users. -->
0 commit comments