mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Remove version history / releases
This commit is contained in:
parent
dcf7efb3b1
commit
299a1ffc80
49 changed files with 1 additions and 9479 deletions
|
@ -11,8 +11,6 @@ breadcrumbs:
|
|||
- bitcoin
|
||||
- Bitcoin Core
|
||||
---
|
||||
{% assign date_sorted_releases = site.releases | sort: 'optional_date', 'last' %}
|
||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
|
||||
|
||||
# Bitcoin Core
|
||||
{:.not-displayed}
|
||||
|
@ -84,27 +82,6 @@ breadcrumbs:
|
|||
|
||||
### News
|
||||
|
||||
{% comment %}<!-- Capture all the releases into a string and convert it to an array -->{% endcomment %}
|
||||
{% capture text_releases %}
|
||||
{% for p in date_sorted_releases reversed %}
|
||||
{% if p.optional_date %}{{ p.optional_date | date:"%Y-%m-%d" }} - {% endif %}<a href="{{ p.url | replace:'.html','' }}">{{ p.title }}</a>::
|
||||
{% endfor %}
|
||||
{% endcapture %}
|
||||
{% assign array_releases = text_releases | strip_newlines | split: '::' %}
|
||||
|
||||
- [New Bitcoin Core website](https://bitcoincore.org)
|
||||
{% comment %}<!-- show the latest three releases -->{% endcomment %}
|
||||
{% for release in array_releases %}
|
||||
{% if forloop.index <= 3 %}
|
||||
- {{ release }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
For more news, see the complete list of [Bitcoin Core releases][bcc
|
||||
version history]. For notifications of new releases, <a
|
||||
type="application/rss+xml" href="/en/rss/releases.rss">subscribe to the
|
||||
RSS feed</a>.
|
||||
|
||||
<br class="clear">
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue