Rename files and directories
@ -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>
|
||||
|
Before Width: | Height: | Size: 215 B After Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 279 B After Width: | Height: | Size: 279 B |
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 278 B |