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/_includes/icons/brand.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 library/font_awesome/src/_includes/icons/brand.html (limited to 'library/font_awesome/src/_includes/icons/brand.html') diff --git a/library/font_awesome/src/_includes/icons/brand.html b/library/font_awesome/src/_includes/icons/brand.html new file mode 100644 index 000000000..feb6032e8 --- /dev/null +++ b/library/font_awesome/src/_includes/icons/brand.html @@ -0,0 +1,15 @@ +
+ + +
+ {% include brand-license.html %} +
+ +
+ {% assign icons_brand = icons | expand_aliases | category:"Brand Icons" | sort_by:'class' %} + + {% for icon in icons_brand %} + + {% endfor %} +
+
-- cgit v1.2.3