From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 16 Dec 2022 17:45:03 -0600 Subject: change structure for new pyssg version --- live/static/fork-awesome/src/doc/test/cdn.html | 53 ++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 live/static/fork-awesome/src/doc/test/cdn.html (limited to 'live/static/fork-awesome/src/doc/test/cdn.html') diff --git a/live/static/fork-awesome/src/doc/test/cdn.html b/live/static/fork-awesome/src/doc/test/cdn.html new file mode 100644 index 0000000..8bfadf6 --- /dev/null +++ b/live/static/fork-awesome/src/doc/test/cdn.html @@ -0,0 +1,53 @@ +--- +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-54-g00ecf