Added link to spinning icons example page

This commit is contained in:
Leniel Macaferi 2014-05-15 20:49:37 -03:00
parent bb03bc18ed
commit 7b028b1ce8

View File

@ -6,7 +6,7 @@
<li>
<i class="fa fa-info-circle fa-lg fa-li"></i>
These icons work great with the <code>fa-spin</code> class. Check out the
<a href="" class="alert-link">spinning icons example</a>.
<a href="{{ page.relative_path }}examples/#spinning" class="alert-link">spinning icons example</a>.
</li>
</ul>
</div>
@ -18,4 +18,4 @@
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}"></i> fa-{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
{% endfor %}
</div>
</section>
</section>