diff --git a/index.html b/index.html index 51ca0f9..9eb31dc 100644 --- a/index.html +++ b/index.html @@ -1,92 +1,90 @@ --- layout: page use-site-title: true ---
Bitcoin ABC is a full node implementation of the eCash protocol.
We aim to provide a solid, stable software and infrastructure for eCash
and lead protocol development to build global electronic cash.

{% include upgrade-notice.html %} {% assign latestVersion = site.data.github-releases[0].name %}

Install the latest version ({{ latestVersion }})


- {% include mailer.html %} - Tweets by Bitcoin_ABC {% assign english_posts = site.posts | where: "lang", "en" %} {% assign first_posts = english_posts | slice: 0, site.front_page_posts %}
{% for post in first_posts %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}
{% if post.image %}
{% endif %}
{{ post.excerpt | strip_html | xml_escape | truncatewords: site.excerpt_length }} {% assign excerpt_word_count = post.excerpt | number_of_words %} {% if post.content != post.excerpt or excerpt_word_count > site.excerpt_length %} [Read More] {% endif %}
{% if post.tags.size > 0 %}
Tags: {% if site.link-tags %} {% for tag in post.tags %} {{- tag -}} {% endfor %} {% else %} {{ post.tags | join: ", " }} {% endif %}
{% endif %}
{% endfor %}
Older Blog Posts