From f7bd8edb471eee7038aebac8567f690959e4106d Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 28 Feb 2017 21:32:33 -0800 Subject: [PATCH] Rename files and directories --- _includes/icons.html | 4 ++-- icons.json => icons-manifest.json | 0 {svg => icons}/circle.svg | 0 {svg => icons}/lock.svg | 0 {svg => icons}/mail.svg | 0 {svg => icons}/square.svg | 0 {svg => icons}/unlock.svg | 0 7 files changed, 2 insertions(+), 2 deletions(-) rename icons.json => icons-manifest.json (100%) rename {svg => icons}/circle.svg (100%) rename {svg => icons}/lock.svg (100%) rename {svg => icons}/mail.svg (100%) rename {svg => icons}/square.svg (100%) rename {svg => icons}/unlock.svg (100%) diff --git a/_includes/icons.html b/_includes/icons.html index acd589e..31528db 100644 --- a/_includes/icons.html +++ b/_includes/icons.html @@ -1,7 +1,7 @@
- {% for icon in site.data.icons %} - {% capture icon_path %}svg/{{ icon }}.svg{% endcapture %} + {% for icon in site.data['icons-manifest'] %} + {% capture icon_path %}icons/{{ icon }}.svg{% endcapture %}
{% include_relative {{ icon_path }} %}
diff --git a/icons.json b/icons-manifest.json similarity index 100% rename from icons.json rename to icons-manifest.json diff --git a/svg/circle.svg b/icons/circle.svg similarity index 100% rename from svg/circle.svg rename to icons/circle.svg diff --git a/svg/lock.svg b/icons/lock.svg similarity index 100% rename from svg/lock.svg rename to icons/lock.svg diff --git a/svg/mail.svg b/icons/mail.svg similarity index 100% rename from svg/mail.svg rename to icons/mail.svg diff --git a/svg/square.svg b/icons/square.svg similarity index 100% rename from svg/square.svg rename to icons/square.svg diff --git a/svg/unlock.svg b/icons/unlock.svg similarity index 100% rename from svg/unlock.svg rename to icons/unlock.svg