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 cdbcf69 commit a322db4Copy full SHA for a322db4
implementations.md
@@ -50,10 +50,11 @@ Validators
50
<a href="{{ implementation.url}}">{{ implementation.name }}</a>
51
<ul>
52
<li><em>Supports:</em>
53
- {% if implementation.date-draft %}
+ {% if implementation.date-draft and implementation.date-draft != empty %}
54
{{ implementation.date-draft | sort | reverse | join: ", " }}
55
+ {%- if implementation.draft and implementation.draft != empty %}, {% endif %}
56
{% endif %}
- {% if implementation.draft %}
57
+ {% if implementation.draft and implementation.draft != empty %}
58
draft-0{{ implementation.draft | sort | reverse | join: ", -0" }}
59
60
</li>
0 commit comments