Rename files and directories

This commit is contained in:
Cole Bemis 2017-02-28 21:32:33 -08:00
parent 59f037cdc8
commit f7bd8edb47
7 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<section class="section icons">
<div class="container icons-container">
{% 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 %}
<div class="feather-icon">
{% include_relative {{ icon_path }} %}
</div>

View File

Before

Width:  |  Height:  |  Size: 215 B

After

Width:  |  Height:  |  Size: 215 B

View File

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 279 B

View File

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 313 B

View File

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

View File

Before

Width:  |  Height:  |  Size: 278 B

After

Width:  |  Height:  |  Size: 278 B