Commit f4f82112 authored by Cole Bemis's avatar Cole Bemis

Rename 'icons' directory to 'svg'

parent 059e28b9
<section class="section icons">
<div class="container icons-container">
{% for icon in site.data.icons %}
{% capture icon_path %}icons/{{ icon }}.svg{% endcapture %}
{% capture icon_path %}svg/{{ icon }}.svg{% endcapture %}
<div class="feather-icon">
{% include_relative {{ icon_path }} %}
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment