Skip to content

Commit

Permalink
remove markdown, trim to exactly 64
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyiq committed Aug 22, 2024
1 parent 5a6e07e commit 09aebe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Here you will find the packages with the current SimpleSAMLphp versions:
Released: {{ site.data.latest.published_at | date: "%Y-%m-%d" }}

{% assign sha = site.data.latest.body | split: 'SHA256 checksum full-release: ' %}
{% assign sharaw = sha[1] | strip_html | truncate: 64 %}
{% assign sharaw = sha[1] | strip_html | replace: '`','' | truncate: 64, '' %}
SHA256 checksum full-release: {{ sharaw }}

[View changes](/docs/stable/simplesamlphp-changelog)
Expand Down

0 comments on commit 09aebe3

Please sign in to comment.