From 4875e6100e4d0286f8217d8a35a99649cb6951ff Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 10 Nov 2022 21:06:21 +0000 Subject: [PATCH] add alt tags to lear more --- _includes/block/features.html | 4 ++-- _includes/block/functions.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/block/features.html b/_includes/block/features.html index 554a528a..f5b436e1 100644 --- a/_includes/block/features.html +++ b/_includes/block/features.html @@ -7,7 +7,7 @@

{{ include.data.title }}

{% if include.link %} {% assign link=include.data.link|default:include.link %} - + Arrow pointing right {% endif %}
@@ -25,7 +25,7 @@ {% if include.extend and item.extend %}

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

{% if item.link %} - Learn More + Learn More Arrow pointing right {% endif %} diff --git a/_includes/block/functions.html b/_includes/block/functions.html index 4cc26d2d..df345f43 100644 --- a/_includes/block/functions.html +++ b/_includes/block/functions.html @@ -11,7 +11,7 @@ {% if include.data.title %}

{{ include.data.title }}

{% endif %} {% if include.data.text %}

{{ include.data.text }}

{% endif %} {% if include.data.link and include.no_link != true %} - Learn More + Learn More Arrow pointing right {% endif %} {% endif %} @@ -25,7 +25,7 @@ {% if include.extend and item.extend %}

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

{% if item.link %} - Learn More + Learn More Arrow pointing right {% endif %} {% endfor %}