From 6b86ad1538a3ef427da1703ec28a603929dc81b1 Mon Sep 17 00:00:00 2001 From: Johan Gustafsson Date: Tue, 17 Sep 2024 18:00:56 +0930 Subject: [PATCH] fix urls in table --- _includes/resource-table-all.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/resource-table-all.html b/_includes/resource-table-all.html index a292235..6ff56d5 100644 --- a/_includes/resource-table-all.html +++ b/_includes/resource-table-all.html @@ -23,7 +23,7 @@ {%- for tool in tools %} {% if tool.URL %} - {{tool.Title}} + {{tool.Title}} {%- else %} {{tool.Title}} {%- endif %}