From 043042428ce7eea3daec258743349ff23c40b6e6 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 8 Oct 2013 16:11:20 -0700 Subject: add font_awesome --- library/font_awesome/src/_layouts/icon.html | 62 +++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 library/font_awesome/src/_layouts/icon.html (limited to 'library/font_awesome/src/_layouts/icon.html') diff --git a/library/font_awesome/src/_layouts/icon.html b/library/font_awesome/src/_layouts/icon.html new file mode 100644 index 000000000..83723acde --- /dev/null +++ b/library/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