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 %}
{{ include.data.text }}
{% endif %} {% if include.data.link and include.no_link != true %} - Learn More {% include fnc/learn_more.html %} + Learn More{{ include.title }}
diff --git a/_layouts/post.html b/_layouts/post.html index ab438757..cca97078 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,11 +5,7 @@ layout: default