summaryrefslogtreecommitdiff
path: root/.templates
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2013-06-26 20:21:33 -0400
committerThomas Schwinge <thomas@schwinge.name>2014-03-09 19:29:39 +0100
commit8ebc4983c761eea65a8620763e2385b225a0b81e (patch)
tree29c118850b622affdff95a6b0754e1eea95bcbed /.templates
parent291ee74ef82fb75563384e536d3ff2d4758fdbcb (diff)
Genericize download link for more use cases.
(cherry picked from commit 0c320f45e84e454aceaf150d51e84b639444e8d5)
Diffstat (limited to '.templates')
-rw-r--r--.templates/page.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/.templates/page.tmpl b/.templates/page.tmpl
index e6e1ac02..832e50de 100644
--- a/.templates/page.tmpl
+++ b/.templates/page.tmpl
@@ -136,7 +136,7 @@
<TMPL_IF ENCLOSURE>
<TMPL_IF HTML5><section id="enclosure"><TMPL_ELSE><div id="enclosure"></TMPL_IF>
-<a href="<TMPL_VAR ENCLOSURE>">Download this episode</a>
+<a href="<TMPL_VAR ENCLOSURE>">Download</a>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
</TMPL_IF>