Skip to content

Commit

Permalink
Merge pull request #11 from supernord/main
Browse files Browse the repository at this point in the history
fix urls in table
  • Loading branch information
supernord authored Sep 17, 2024
2 parents b21b73b + 6dbb8ea commit 9e861b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/resource-table-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{%- for tool in tools %}
<tr>
{% if tool.URL %}
<td><a href="{{tool.url}}">{{tool.Title}}</a></td>
<td><a href="{{tool.URL}}">{{tool.Title}}</a></td>
{%- else %}
<td>{{tool.Title}}</td>
{%- endif %}
Expand Down

0 comments on commit 9e861b9

Please sign in to comment.