From a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 26 Feb 2018 11:05:48 +0100 Subject: switch to fork-awesome --- library/font_awesome/src/_layouts/icon.html | 79 ----------------------------- 1 file changed, 79 deletions(-) delete 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 deleted file mode 100644 index 66edaf2a7..000000000 --- a/library/font_awesome/src/_layouts/icon.html +++ /dev/null @@ -1,79 +0,0 @@ ---- -layout: base -title_suffix: Font Awesome Icons -relative_path: ../../ ---- -
-
-
- - Example of {{ page.icon.id }} at 6x   - - - Example of {{ page.icon.id }} at 5x -    - - - Example of {{ page.icon.id }} at 4x -    - - - Example of {{ page.icon.id }} at 3x -    - - Example of {{ page.icon.id }} at 2x -   - - - Example of {{ page.icon.id }} -
-

- fa-{{ 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 %} - fa-{{ alias }}{% unless forloop.last %},{% endunless %} - {% endfor %} - {% endif %} - {% if page.icon.url %}· {{ page.icon.url }}{% endif %} - -

-
-
- -
-
-
-
-

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

-
-
- Example of {{ page.icon.id }} fa-{{ page.icon.id }} -
-
-{% highlight html %} - -{% endhighlight %} -

- Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. -

- -
- Looking for more? Check out the examples. -
-
-
-
{% include ads/fusion.html %}
-
-
-
-
-- cgit v1.2.3