From 1d07f93b37ef051cee38974e713af09f7ea989b5 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 23:31:13 +0200 Subject: [PATCH] only show link if present --- _includes/block/features.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/block/features.html b/_includes/block/features.html index 19cf2150..d5b0ba3d 100644 --- a/_includes/block/features.html +++ b/_includes/block/features.html @@ -24,7 +24,9 @@

{{ item.text }} {% if include.extend and item.extend %}

{{ item.extend }}{% endif %}

+ {% if item.link %} Learn More {% include fnc/learn_more.html %} + {% endif %} {% endfor %}