diff --git a/web/project-website/content/download/_index.md b/web/project-website/content/download/_index.md index e598c2cd..d57514db 100644 --- a/web/project-website/content/download/_index.md +++ b/web/project-website/content/download/_index.md @@ -11,6 +11,8 @@ Manager web-interface after installation. The latest version is: **{{< flamenco/latestVersion >}}** +What is new is described in the {{< flamenco/releaseChangelogLink "release changelog" ->}}. + | Platform | File | |------------------------------------|----------------------------------------------------------------------------------------------| | Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} | @@ -28,7 +30,7 @@ The latest experimental version is: **{{< flamenco/latestExperimentalVersion production systems. Or at least make a backup of your `flamenco-manager.yaml` and `flamenco-manager.sqlite` files before you venture forth. -To see what's new, check [the changelog](https://projects.blender.org/studio/flamenco/src/branch/main/CHANGELOG.md). +To see what's new, check [the development changelog](https://projects.blender.org/studio/flamenco/src/branch/main/CHANGELOG.md). | Platform | File | |------------------------------------|----------------------------------------------------------------------------------------------------------| diff --git a/web/project-website/layouts/shortcodes/flamenco/releaseChangelogLink.html b/web/project-website/layouts/shortcodes/flamenco/releaseChangelogLink.html new file mode 100644 index 00000000..4186fae0 --- /dev/null +++ b/web/project-website/layouts/shortcodes/flamenco/releaseChangelogLink.html @@ -0,0 +1,3 @@ +{{- $version := .Get "version" | default $.Site.Data.flamenco.latestVersion -}} {{- $linktext := +.Get 0 | default "missing link text" -}} +{{ $linktext }} \ No newline at end of file