]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
Added link to spinning icons example page 3432/head 3500/head
authorLeniel Macaferi <leniel@gmail.com>
Thu, 15 May 2014 23:49:37 +0000 (20:49 -0300)
committerLeniel Macaferi <leniel@gmail.com>
Thu, 15 May 2014 23:49:37 +0000 (20:49 -0300)
src/_includes/icons/spinner.html

index 9f31ecb1d4d05ac59be64582efd7a46c88006d54..8ad3745e1150c04cbd90724d6231f68b0fb0d09f 100644 (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>
\ No newline at end of file