Sybren A. Stüvel e4692e77e8 Website: Add more links to the built-in job compiler scripts
I hope this makes them easier to find.
2025-01-09 11:00:17 +01:00

7 lines
333 B
HTML

{{- $version := .Get "version" | default $.Site.Data.flamenco.latestVersion -}}
{{- $url := .Get 0 | default "missing-url" -}}
{{- $linktext := .Get 1 | default "missing link text" -}}
<a class="flamenco-source-link" href="https://projects.blender.org/studio/flamenco/src/tag/v{{$version}}/{{$url}}">{{
$linktext }}</a>
{{- "" -}}