From 1db079e5127d5591b0bfbe57679068b776f6a34d Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 23 Apr 2022 14:03:55 +0200 Subject: [PATCH] clean up svg --- _includes/block/features.html | 4 ++-- _includes/block/functions.html | 4 ++-- _includes/fnc/learn_more.html | 3 --- _includes/partial/alert.html | 2 +- _layouts/post.html | 6 +----- assets/back.svg | 1 + assets/info.svg | 1 + assets/learn.svg | 1 + 8 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 _includes/fnc/learn_more.html create mode 100644 assets/back.svg create mode 100644 assets/info.svg create mode 100644 assets/learn.svg diff --git a/_includes/block/features.html b/_includes/block/features.html index d5b0ba3d..554a528a 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 %} - {% include fnc/learn_more.html %} + {% endif %}
@@ -25,7 +25,7 @@ {% if include.extend and item.extend %}

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

{% if item.link %} - Learn More {% include fnc/learn_more.html %} + Learn More {% endif %} diff --git a/_includes/block/functions.html b/_includes/block/functions.html index d6772322..4cc26d2d 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 {% include fnc/learn_more.html %} + Learn More {% endif %} {% endif %} @@ -25,7 +25,7 @@ {% if include.extend and item.extend %}

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

{% if item.link %} - Learn More {% include fnc/learn_more.html %} + Learn More {% endif %} {% endfor %} diff --git a/_includes/fnc/learn_more.html b/_includes/fnc/learn_more.html deleted file mode 100644 index 7196b2b0..00000000 --- a/_includes/fnc/learn_more.html +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/_includes/partial/alert.html b/_includes/partial/alert.html index bcb50576..1040d9bc 100644 --- a/_includes/partial/alert.html +++ b/_includes/partial/alert.html @@ -1,7 +1,7 @@