From 8d2ce11daf87267091ffec971cd46d16937cc69c Mon Sep 17 00:00:00 2001 From: pdp8 Date: Thu, 25 Aug 2022 19:48:19 +0200 Subject: fork-awesome removed --- snippets/Fork-Awesome-1.2.0/src/doc/test/all.html | 54 ----------------------- 1 file changed, 54 deletions(-) delete mode 100644 snippets/Fork-Awesome-1.2.0/src/doc/test/all.html (limited to 'snippets/Fork-Awesome-1.2.0/src/doc/test/all.html') diff --git a/snippets/Fork-Awesome-1.2.0/src/doc/test/all.html b/snippets/Fork-Awesome-1.2.0/src/doc/test/all.html deleted file mode 100644 index ef4d8ff..0000000 --- a/snippets/Fork-Awesome-1.2.0/src/doc/test/all.html +++ /dev/null @@ -1,54 +0,0 @@ ---- -relative_path: ../../ ---- - - - - - - - - - -
-
-

All

-
- {% for icon in icons %} - {% endfor %} -
-
- - -
-

All (Unicode)

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

Non-Brand (Unicode)

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

Brand (Unicode)

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