From f1211a1a7b15294f23db40aaef08c6d901aab181 Mon Sep 17 00:00:00 2001 From: davegandy Date: Mon, 7 Oct 2013 16:58:29 -0400 Subject: slowly porting over to fa-icon class prefix --- src/_layouts/icon.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/_layouts') diff --git a/src/_layouts/icon.html b/src/_layouts/icon.html index 6e5bf21ca..f4e106b84 100644 --- a/src/_layouts/icon.html +++ b/src/_layouts/icon.html @@ -6,19 +6,19 @@ relative_path: ../../
-    +    -    -    -    -   +    +    +    +   - +

- fa-{{ page.icon.id }} + fa-icon-{{ page.icon.id }} - · + · Unicode: {{ page.icon.unicode }} · Created: v{{ page.icon.created }} · Categories: @@ -29,7 +29,7 @@ relative_path: ../../ {% if icon_alias_count > 0 %} · Aliases: {% for alias in page.icon.aliases %} - fa-{{ alias }}{% unless forloop.last %},{% endunless %} + fa-icon-{{ alias }}{% unless forloop.last %},{% endunless %} {% endfor %} {% endif %} @@ -45,14 +45,14 @@ relative_path: ../../

After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

- fa-{{ page.icon.id }} + fa-icon-{{ page.icon.id }}
{% highlight html %} - fa-{{ page.icon.id }} + fa-icon-{{ page.icon.id }} {% endhighlight %}
-
Looking for more? Check out the examples.
+
Looking for more? Check out the examples.

{% include ads/carbon-light-vertical.html %}
-- cgit v1.2.3