From 4642156cbc6da4a9e25dce2168f2fb9b726de042 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 6 Aug 2013 15:19:12 -0400 Subject: unignore bower_components --- .../font-awesome/src/_layouts/icon.html | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 bower_components/font-awesome/src/_layouts/icon.html (limited to 'bower_components/font-awesome/src/_layouts/icon.html') diff --git a/bower_components/font-awesome/src/_layouts/icon.html b/bower_components/font-awesome/src/_layouts/icon.html new file mode 100644 index 00000000..83723acd --- /dev/null +++ b/bower_components/font-awesome/src/_layouts/icon.html @@ -0,0 +1,62 @@ +--- +layout: base +title_suffix: Font Awesome Icons +relative_path: ../../ +--- +
+
+
+    + +    +    +    +   + + +
+

+ icon-{{ page.icon.id }} + + · + Unicode: {{ page.icon.unicode }} · + Created: v{{ page.icon.created }} · + Categories: + {% for category in page.icon.categories %} + {{ category }}{% unless forloop.last %},{% endunless %} + {% endfor %} + {% assign icon_alias_count = page.icon.aliases | size %} + {% if icon_alias_count > 0 %} + · Aliases: + {% for alias in page.icon.aliases %} + icon-{{ alias }}{% unless forloop.last %},{% endunless %} + {% endfor %} + {% endif %} + +

+
+
+ + +
+
+
+
+

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

+
+
+ icon-{{ page.icon.id }} +
+
+{% highlight html %} + icon-{{ page.icon.id }} +{% endhighlight %} +
+
Looking for more? Check out the examples.
+
+
+
{% include ads/carbon-light-vertical.html %}
+
+
+
+
-- cgit v1.2.3