From d65bec368ab5d2db704cc05e47f62d356f9f0dbc Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Fri, 2 Feb 2018 22:14:05 -0600 Subject: Remove unused stuff --- _includes/guide-download.html | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 _includes/guide-download.html (limited to '_includes/guide-download.html') diff --git a/_includes/guide-download.html b/_includes/guide-download.html deleted file mode 100644 index 89e7eee..0000000 --- a/_includes/guide-download.html +++ /dev/null @@ -1,29 +0,0 @@ - {% 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