diff --git a/web/project-website/content/download/_index.md b/web/project-website/content/download/_index.md index 0e1bea54..a3eae49e 100644 --- a/web/project-website/content/download/_index.md +++ b/web/project-website/content/download/_index.md @@ -29,12 +29,12 @@ planned by the end of September 2022. [bugs]: (https://developer.blender.org/project/profile/58/) {{< /hint >}} -| Platform | File | -|----------|------------------------------------------------------| -| Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} | -| Linux | {{< flamenco/downloadLink os="linux" >}} | -| macOS | {{< flamenco/downloadLink os="macos" >}} | - +| Platform | File | +|-----------|------------------------------------------------------| +| Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} | +| Linux | {{< flamenco/downloadLink os="linux" >}} | +| macOS | {{< flamenco/downloadLink os="macos" >}} | +| checksums | {{< flamenco/sha256link >}} | ## License diff --git a/web/project-website/layouts/shortcodes/flamenco/sha256link.html b/web/project-website/layouts/shortcodes/flamenco/sha256link.html new file mode 100644 index 00000000..71fb7b12 --- /dev/null +++ b/web/project-website/layouts/shortcodes/flamenco/sha256link.html @@ -0,0 +1,2 @@ +{{- $filename := printf "flamenco-%s.sha256" $.Site.Data.flamenco.latestVersion -}} +{{ $filename }}