mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Style icons section
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
<section>
|
||||
{% for icon in site.data.icons %}
|
||||
{% capture icon_path %}icons/{{ icon }}.svg{% endcapture %}
|
||||
<div class="feather-icon">
|
||||
{% include_relative {{ icon_path }} %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
<section class="section icons">
|
||||
<div class="container icons-container">
|
||||
{% for icon in site.data.icons %}
|
||||
{% capture icon_path %}icons/{{ icon }}.svg{% endcapture %}
|
||||
<div class="feather-icon">
|
||||
{% include_relative {{ icon_path }} %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</section>
|
Reference in New Issue
Block a user