mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-27 14:01:32 +08:00
changing order of new icons, adding sun and moon
This commit is contained in:
parent
20f7d2a5e0
commit
015860d654
@ -8,7 +8,7 @@
|
||||
{% endif %}
|
||||
|
||||
<div class="row the-icons">
|
||||
{% assign icons_new = icons | expand_aliases | version:site.fontawesome.version | sort_by:'class' %}
|
||||
{% assign icons_new = icons | expand_aliases | version:site.fontawesome.version %}
|
||||
|
||||
{% for icon in icons_new %}
|
||||
<div class="span3"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="icon-{{ icon.class }}"></i> icon-{{ icon.class }}{% if icon.alias_of %} <span class="muted">(alias)</span>{% endif %}</a></div>
|
||||
|
Binary file not shown.
@ -2535,3 +2535,17 @@ icons:
|
||||
created: 3.2.0
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
||||
- name: Sun
|
||||
id: sun
|
||||
unicode: f185
|
||||
created: 3.2.0
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
||||
- name: Moon
|
||||
id: moon
|
||||
unicode: f186
|
||||
created: 3.2.0
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
Loading…
Reference in New Issue
Block a user