mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Merge pull #1193: Upgrade to Jekyll 3.x
This commit is contained in:
commit
2b8c4c2cc9
62 changed files with 194 additions and 247 deletions
|
@ -11,6 +11,7 @@ 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
|
||||
|
@ -85,9 +86,9 @@ breadcrumbs:
|
|||
|
||||
{% comment %}<!-- Capture all the releases into a string and convert it to an array -->{% endcomment %}
|
||||
{% capture text_releases %}
|
||||
{% filter_for p in site.pages reversed sort_by:versionint category:release %}
|
||||
{% 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>::
|
||||
{% endfilter_for %}
|
||||
{% endfor %}
|
||||
{% endcapture %}
|
||||
{% assign array_releases = text_releases | strip_newlines | split: '::' %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue