We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990a717 commit b325d8aCopy full SHA for b325d8a
2 files changed
content/en/evaluations/uod-hic.md
@@ -4,3 +4,5 @@ date = 2025-10-21
4
+++
5
6
{{< satre_evaluation evaluation_csv="satre-uod-evaluation-20251021.csv" >}}
7
+
8
+Previous version: {{< evaluation_csv_link evaluation_csv="satre-uod-evaluation-20231011.csv" >}}
layouts/shortcodes/evaluation_csv_link.html
@@ -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 -}} ⇓</a>
0 commit comments