Skip to content

Commit b325d8a

Browse files
committed
Add evaluation_csv_link
Can be used to create a download link for other verions
1 parent 990a717 commit b325d8a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

content/en/evaluations/uod-hic.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ date = 2025-10-21
44
+++
55

66
{{< satre_evaluation evaluation_csv="satre-uod-evaluation-20251021.csv" >}}
7+
8+
Previous version: {{< evaluation_csv_link evaluation_csv="satre-uod-evaluation-20231011.csv" >}}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{{ $filename := .Get "evaluation_csv" }}
2+
3+
<a class="right-8" aria-label="Download" href="{{ (path.Join "evaluations" $filename) | relURL }}">{{- $filename -}}&nbsp;&#x21D3;</a>

0 commit comments

Comments
 (0)