Skip to content

Commit 990a717

Browse files
committed
Include Download in evaluation download links
1 parent 25813ce commit 990a717

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

layouts/shortcodes/satre_evaluation.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ <h2 id="{{ $section | anchorize }}">{{ $section }}</h2>
4747
{{ end }}
4848
</table>
4949

50-
<a class="right-8" aria-label="Download" href="{{ (path.Join "evaluations" $filename) | relURL }}">{{- $filename -}}&nbsp;&#x21D3;</a>
50+
<p>
51+
Download:
52+
<a class="right-8" aria-label="Download" href="{{ (path.Join "evaluations" $filename) | relURL }}">{{- $filename -}}&nbsp;&#x21D3;</a>
53+
</p>

0 commit comments

Comments
 (0)