We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4553d53 commit 687559cCopy full SHA for 687559c
_includes/lecture_links.html
@@ -1,7 +1,7 @@
1
2
{% if include.lecture.links %}
3
{% for link in include.lecture.links %}
4
- [<a title="Download {{ link.name }}" href="
+ [<a title="View {{ link.name }}" href="
5
{% if link.url contains '://' %}
6
{{ link.url }}
7
{% else %}
0 commit comments