diff --git a/_templates/pdf.html b/_templates/pdf.html
index 77a2cc39..828c3bd2 100644
--- a/_templates/pdf.html
+++ b/_templates/pdf.html
@@ -1,7 +1,7 @@
{% for pdf_path in pdf_paths %}
{% if pdf_path+'/' in pagename %}
{% set pdf_name = pdf_path.split('/')[-1] %}
-
+
Download PDF
{% endif %}