From c5c60729062cc3d89be7447b5d330367417aa6f7 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sat, 3 Feb 2018 21:08:46 -0600 Subject: Update --- _includes/guide-download.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 _includes/guide-download.html (limited to '_includes/guide-download.html') diff --git a/_includes/guide-download.html b/_includes/guide-download.html new file mode 100644 index 0000000..89e7eee --- /dev/null +++ b/_includes/guide-download.html @@ -0,0 +1,29 @@ + {% for type in site.data.clienttypes %} +
+

{{ type.name }}

+
+
+ {% for client in site.data.clients %} + {% if client.type == type.slug %} +
+
+ {% if client.img %} + + {% endif %} +
+

{{ client.name }}

+
    +
  • Platform: {{ client.platform }}
  • +
  • Encryption: {{ client.encryption }}
  • +
  • Website: {{ client.domain }}
  • + {% if client.text %}
  • {{ client.text }}
  • {% endif %} +
+
+
+
+ {% endif %} + {% endfor %} +
+
+
+ {% endfor %} -- cgit v1.2.3-59-ga6da