From da0a644e326fd4c6dff103a6b1b54961bdf857f0 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Thu, 23 Nov 2023 17:25:51 +0200 Subject: [PATCH] fix: project links blank --- templates/project.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/project.html b/templates/project.html index 805c3df..827972b 100644 --- a/templates/project.html +++ b/templates/project.html @@ -8,15 +8,15 @@

{{ section.title }}

{% if section.extra.external_link %} -

See it in action: +

See it in action: {{ section.extra.external_link_visual }}

{% endif %} {% if section.extra.git %} - Git 🦊 + Git 🦊 {% endif %} {% if section.extra.docs %} - RTFM + RTFM {% endif %}
{% if section.pages %} -- 2.44.1