From 45654ffc5cc4532c2189c88d46a0374038b53c9f Mon Sep 17 00:00:00 2001 From: Treer Date: Sat, 30 Apr 2016 21:36:19 +1000 Subject: update font-awesome library to 4.6.1 Perhaps this should be done as a submodule instead? --- library/font_awesome/src/test/all.html | 46 ++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 library/font_awesome/src/test/all.html (limited to 'library/font_awesome/src/test/all.html') diff --git a/library/font_awesome/src/test/all.html b/library/font_awesome/src/test/all.html new file mode 100644 index 000000000..bfb9f2870 --- /dev/null +++ b/library/font_awesome/src/test/all.html @@ -0,0 +1,46 @@ +--- +relative_path: ../../ +--- + + + + + + + + + + +
+
+

All

+ {% for icon in icons %} + &#x{{ icon.unicode }} + {% endfor %} +
+ +
+

Non-Brand

+ + {% for icon in icons %} + {% unless icon.categories contains "Brand Icons" %} + &#x{{ icon.unicode }} + {% endunless %} + {% endfor %} +
+ +
+

Brand

+ + {% for icon in icons %} + {% if icon.categories contains "Brand Icons" %} + &#x{{ icon.unicode }} + {% endif %} + {% endfor %} +
+ + +
+ + + -- cgit v1.2.3