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 ---------------------- _includes/guide-register.html | 53 +++------------------------------------ _includes/registration.html | 58 +++---------------------------------------- 3 files changed, 6 insertions(+), 134 deletions(-) delete mode 100644 _includes/guide-download.html (limited to '_includes') 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 %} diff --git a/_includes/guide-register.html b/_includes/guide-register.html index 411d303..1a0a3f4 100644 --- a/_includes/guide-register.html +++ b/_includes/guide-register.html @@ -10,58 +10,11 @@
-
-
-
-

Registration Form

-
-
-
-
- -
- -
- @{hostname} -
-
Your username is required.
-
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
Your email address is required.
-
-
-
- {captcha} -
-
-
- - -
-
-
-
-
-
-
+ {% include registration-form.html %} +
+ diff --git a/_includes/registration.html b/_includes/registration.html index 5219815..de1b191 100644 --- a/_includes/registration.html +++ b/_includes/registration.html @@ -41,58 +41,6 @@ -
-
-
-
-

Registration Form

-
-
- -
-
- -
- -
- @{{ site.xmpp-url }} -
-
Your username is required.
-
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
Your email address is required.
-
-
-
- {captcha} -
-
-
- - -
-
-
-
-
-
-
- + + {% include registration-form.html %} + -- cgit v1.2.3-59-ga6da