From 2a264b1979fc37501adcc10bcaccb5d573a26162 Mon Sep 17 00:00:00 2001
From: Matthias Mair
Date: Tue, 9 Nov 2021 23:12:42 +0100
Subject: [PATCH] add alt text to learn more text
---
_includes/features.html | 4 ++--
_includes/footer.html | 2 +-
_includes/functions.html | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/_includes/features.html b/_includes/features.html
index f78c12dc..9519ed4b 100644
--- a/_includes/features.html
+++ b/_includes/features.html
@@ -7,7 +7,7 @@
{{ include.data.title }}
{% if include.link %}
{% assign link=include.data.link|default:include.link %}
- {% include learn_more.html %}
+ {% include learn_more.html %}
{% endif %}
@@ -24,7 +24,7 @@
{{ item.description }}
{% if include.extend and item.extend %}
{{ item.extend }}{% endif %}
- Learn More {% include learn_more.html %}
+ Learn More {% include learn_more.html %}
{% endfor %}
diff --git a/_includes/footer.html b/_includes/footer.html
index 58c4e4ec..17661511 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -33,7 +33,7 @@
@matmair
-
+
diff --git a/_includes/functions.html b/_includes/functions.html
index a363359c..662cfc19 100644
--- a/_includes/functions.html
+++ b/_includes/functions.html
@@ -4,7 +4,7 @@
{% if include.data.title %}{{ include.data.title }}
{% endif %}
{% if include.data.text %}{{ include.data.text }}
{% endif %}
{% if include.data.link %}
- Learn More {% include learn_more.html %}
+ Learn More {% include learn_more.html %}
{% endif %}
{% endfor %}