forked from bitcoincashorg/bitcoincash.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (26 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: page
isHome: true
title: title.index
---
{% include main-menu.html %}
{% include home/header.html %}
{% include home/about.html %}
{% include home/nodes.html %}
{% include home/faq.html %}
{% if site.translations[site.lang]["headings"]["why"] != nil or site.translations[site.lang]["content"]["why"] != nil %}
{% include home/why.html %}
{% endif %}
{% if site.translations[site.lang]["headings"]["benefits"] != nil or site.translations[site.lang]["content"]["benefits"] != nil %}
{% include home/benefits.html %}
{% endif %}
{% if site.translations[site.lang]["headings"]["history"] != nil or site.translations[site.lang]["content"]["history"] != nil %}
{% include home/history.html %}
{% endif %}
{% if site.translations[site.lang]["headings"]["development"] != nil or site.translations[site.lang]["content"]["development"] != nil %}
{% include home/development.html %}
{% endif %}
{% include home/wallets.html %}
{% include home/services.html %}
{% include home/projects.html %}
{% include home/exchanges.html %}