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 fb384c6 commit fdc93a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h2>Relevant tools and resources</h2>
endunless %} {%- endfor %}
<td>
<div>
{% if tool.homepage != "" %}
{% if tool.homepage %}
<a href="{{tool.homepage}}">{{tool.name}}</a>
{%- else %} {{tool.name}} {%- endif %}
</div>
Expand Down

0 comments on commit fdc93a9

Please sign in to comment.