Skip to content

Commit

Permalink
Fix homepage links
Browse files Browse the repository at this point in the history
  • Loading branch information
supernord committed Jun 19, 2024
1 parent ab18171 commit 67f42b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _includes/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ <h2>Relevant tools and resources</h2>
instances_tool = instances_tool | plus: instance_matches.size %} {%-
endunless %} {%- endfor %}
<td>
<div>
{% if tool.homepage %}
<a href="{{tool.homepage}}">{{tool.name}}</a>
{%- else %} {{tool.name}} {%- endif %}
</div>
<div>
{% if tool.homepage != "" %}
<a href="{{tool.homepage}}">{{tool.name}}</a>
{%- else %} {{tool.name}} {%- endif %}
</div>
</td>
<td>{% if tool.description %} {{tool.description}} {%- endif %}</td>
<td class="dt-center">
Expand Down

0 comments on commit 67f42b8

Please sign in to comment.