Skip to content

Commit c251083

Browse files
committed
ok, split is an array, process it on dereference
1 parent 5ff7625 commit c251083

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

download/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Here you will find the packages with the current SimpleSAMLphp versions:
1313
Released: {{ site.data.latest.published_at | date: "%Y-%m-%d" }}
1414

1515
{% assign sha = site.data.latest.body | split: 'SHA256 checksum slim-release: ' | strip_html %}
16-
SHA256 checksum slim-release: {{ sha[1] }}
16+
SHA256 checksum slim-release: {{ sha[1] | strip_html }}
1717

18-
{% assign shaf = site.data.latest.body | split: 'SHA256 checksum full-release: ' | strip_html | truncate: 64 %}
19-
SHA256 checksum full-release: {{ shaf[1] }}
18+
{% assign shaf = site.data.latest.body | split: 'SHA256 checksum full-release: ' %}
19+
SHA256 checksum full-release: {{ shaf[1] | strip_html | truncate: 64 }}
2020

2121
[View changes](/docs/stable/simplesamlphp-changelog)
2222

0 commit comments

Comments
 (0)