From d1f49ba2c25cdd68fe11fd2883f9ac5ccc56acb2 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Fri, 24 Jul 2015 16:44:20 -0400 Subject: [PATCH] Combine /index, //index, and /404 --- 404.html | 11 +---------- _includes/index.html | 20 ++++++++++++++++++++ _templates/index.html | 16 +--------------- index.html | 16 +--------------- 4 files changed, 23 insertions(+), 40 deletions(-) create mode 100644 _includes/index.html diff --git a/404.html b/404.html index aeec2a08..c54ed6c8 100644 --- a/404.html +++ b/404.html @@ -14,13 +14,4 @@ window.location.href='/'+lang+'/'; -

An open source P2P digital currency

-

Bitcoin is a currency, a protocol, and a software that enables -

-

Bitcoin uses peer to peer technology to operate with no central authority; managing transactions and issuing Bitcoins are carried out collectively by the network. Through many of its unique properties, Bitcoin allows exciting uses that could not be covered by any previous payment systems.

-

The software is a community-driven free open source project, released under the MIT license.

+{% include index.html %} diff --git a/_includes/index.html b/_includes/index.html new file mode 100644 index 00000000..ce39f4e5 --- /dev/null +++ b/_includes/index.html @@ -0,0 +1,20 @@ +{% comment %} +This file is licensed under the MIT License (MIT) available on +http://opensource.org/licenses/MIT. +{% endcomment %} + +

{% translate listintro %}

+
+ Youtube video +
+
+
+
+
Icon
{% translate list1 %}
+
Icon
{% translate list2 %}
+
Icon
{% translate list3 %}
+
+

{% translate desc %}

+ +
{% translate overview %}
+ diff --git a/_templates/index.html b/_templates/index.html index 941e38f5..6f0c8a7c 100755 --- a/_templates/index.html +++ b/_templates/index.html @@ -5,18 +5,4 @@ layout: base id: index --- -

{% translate listintro %}

-
- Youtube video -
-
-
-
-
Icon
{% translate list1 %}
-
Icon
{% translate list2 %}
-
Icon
{% translate list3 %}
-
-

{% translate desc %}

- -
{% translate overview %}
- +{% include index.html %} diff --git a/index.html b/index.html index 18a7fe37..7cdafe5c 100755 --- a/index.html +++ b/index.html @@ -7,18 +7,4 @@ lang: en id: index title: Bitcoin --- -

{% translate listintro %}

-
- Youtube video -
-
-
-
-
Icon
{% translate list1 %}
-
Icon
{% translate list2 %}
-
Icon
{% translate list3 %}
-
-

{% translate desc %}

- -
{% translate overview %}
- +{% include index.html %}