We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Download
1 parent 25813ce commit 990a717Copy full SHA for 990a717
1 file changed
layouts/shortcodes/satre_evaluation.html
@@ -47,4 +47,7 @@ <h2 id="{{ $section | anchorize }}">{{ $section }}</h2>
47
{{ end }}
48
</table>
49
50
-<a class="right-8" aria-label="Download" href="{{ (path.Join "evaluations" $filename) | relURL }}">{{- $filename -}} ⇓</a>
+<p>
51
+ Download:
52
+ <a class="right-8" aria-label="Download" href="{{ (path.Join "evaluations" $filename) | relURL }}">{{- $filename -}} ⇓</a>
53
+</p>
0 commit comments