summaryrefslogtreecommitdiffstats
path: root/templates/public/index.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-11-01 23:19:22 +0100
committerDan McGee <dan@archlinux.org>2011-11-01 23:28:59 +0100
commitf26dcbf7285c62f0baa1c64ee813ad0ceff5c288 (patch)
tree6c2aebbafb9fe78d8d391e7b8347f7fa836d0e67 /templates/public/index.html
parent6932102850bba29557d9bf6208b0ffd8a31d3081 (diff)
downloadarchweb-f26dcbf7285c62f0baa1c64ee813ad0ceff5c288.tar.gz
archweb-f26dcbf7285c62f0baa1c64ee813ad0ceff5c288.tar.xz
Use copy of donate image in /media/
This ensures it gets served over HTTPS if the user was on a secure session to begin with. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/index.html')
-rw-r--r--templates/public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index 06a6a0c..854bd44 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -208,7 +208,7 @@
<div id="home-donate-button" class="widget">
<a href="https://co.clickandpledge.com/Default.aspx?WID=47294">
- <img src="http://images.clickandpledge.com/flair/buttons/210x34/CP_EN_BK_S_001.gif" alt="Donate via Click&amp;Pledge to Arch Linux" title="Donate via Click&amp;Pledge to Arch Linux"/>
+ <img src="{% cdnprefix %}/media/CP_EN_BK_S_001.gif" alt="Donate via Click&amp;Pledge to Arch Linux" title="Donate via Click&amp;Pledge to Arch Linux"/>
</a>
</div>