mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Change formatting
This commit is contained in:
parent
d62a465f26
commit
82a3535743
@ -10,5 +10,5 @@
|
|||||||
<p class="mt5 mb2 lh-copy black-90 dim">
|
<p class="mt5 mb2 lh-copy black-90 dim">
|
||||||
<a class="no-underline color-inherit" href="http://colebemis.com" target="_blank">Made with <3 by Cole Bemis</a>
|
<a class="no-underline color-inherit" href="http://colebemis.com" target="_blank">Made with <3 by Cole Bemis</a>
|
||||||
</p>
|
</p>
|
||||||
<p class="mv0 f6 lh-copy">v{{ site.data.package.version }}</p>
|
<p class="mv0 f6 lh-copy">v{{ site.data.package.version }} - {{ site.data.manifest | size }} icons</p>
|
||||||
</footer>
|
</footer>
|
@ -1,5 +1,5 @@
|
|||||||
<ul class="flex flex-wrap justify-center w-80 w-80-ns center mw8 mv0 pl0 list">
|
<ul class="flex flex-wrap justify-center w-80 w-80-ns center mw8 mv0 pl0 list">
|
||||||
{% for icon in site.data['manifest'] %}
|
{% for icon in site.data.manifest %}
|
||||||
{% capture icon_path %}icons/{{ icon }}.svg{% endcapture %}
|
{% capture icon_path %}icons/{{ icon }}.svg{% endcapture %}
|
||||||
<li class="icon relative pa3 ma2 black-90 bg-animate br3 outline-0 pointer">
|
<li class="icon relative pa3 ma2 black-90 bg-animate br3 outline-0 pointer">
|
||||||
{% include_relative {{ icon_path }} %}
|
{% include_relative {{ icon_path }} %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user