summaryrefslogtreecommitdiff
path: root/.templates/newsitem.tmpl
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:38 +0100
commitdbe70608848cc0cb98737c4285c2e46108c29388 (patch)
treee537eba5e5c084ebe283fc7626277aa7fef82b1c /.templates/newsitem.tmpl
parentf5f11dde240e7bfea0ba52f7c4d72c413cf12ba4 (diff)
Genericize download link for more use cases.
(cherry picked from commit 0c320f45e84e454aceaf150d51e84b639444e8d5)
Diffstat (limited to '.templates/newsitem.tmpl')
-rw-r--r--.templates/newsitem.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/.templates/newsitem.tmpl b/.templates/newsitem.tmpl
index c7153bd0..af976b57 100644
--- a/.templates/newsitem.tmpl
+++ b/.templates/newsitem.tmpl
@@ -43,7 +43,7 @@
<TMPL_IF ENCLOSURE>
<TMPL_IF HTML5><section id="newsenclosure"><TMPL_ELSE><div id="newsenclosure"></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>