From 67f42b8ed8f79f099524c52e31dd0d7368c4bc05 Mon Sep 17 00:00:00 2001 From: Johan Gustafsson Date: Wed, 19 Jun 2024 13:47:24 +0930 Subject: [PATCH] Fix homepage links --- _includes/table.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/table.html b/_includes/table.html index c8657d6..c1cc759 100644 --- a/_includes/table.html +++ b/_includes/table.html @@ -159,11 +159,11 @@

Relevant tools and resources

instances_tool = instances_tool | plus: instance_matches.size %} {%- endunless %} {%- endfor %} -
- {% if tool.homepage %} - {{tool.name}} - {%- else %} {{tool.name}} {%- endif %} -
+
+ {% if tool.homepage != "" %} + {{tool.name}} + {%- else %} {{tool.name}} {%- endif %} +
{% if tool.description %} {{tool.description}} {%- endif %}