Skip to content

Commit

Permalink
Display the operating system value(s) (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
remibetin authored Feb 13, 2025
1 parent e59e3bc commit cb373fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/wai-evaluation-tools-list/liquid/tool.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ Show more features
{% endfor %}</p>
</div>
{% endif %}
{% if tool.operatingsystems | size > 0 %}
{% if tool.desktop | size > 0 %}
<div class="colRow">
<img src="{{ "/content-images/wai-evaluation-tools-list/os.png" | relative_url }}" alt="Operating system" />
<p>{% for os in tool.operatingsystems %}
<p>{% for os in tool.desktop %}
{{ os }}{% if forloop.last %}{% else %}, {% endif %}
{% endfor %}</p>
</div>
Expand Down

0 comments on commit cb373fa

Please sign in to comment.