From 49ca9df209fa771fec8eb2ca57617643948d0f31 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 27 Oct 2010 11:22:39 -0500 Subject: Allow index and donate page to use resources from CDN The index page is obviously hit more than just about every other page, so this will benefit the most from moving the sponsor images to a different domain. The donate page uses the same images. Signed-off-by: Dan McGee --- templates/public/donate.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'templates/public/donate.html') diff --git a/templates/public/donate.html b/templates/public/donate.html index d8fa8847..b5fc43df 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -1,10 +1,11 @@ {% extends "base.html" %} {% load cache %} +{% load cdn %} {% block title %}Arch Linux - Donate{% endblock %} {% block content %} -{% cache 600 donations %} +{% cache 600 donations secure %}

Donate to Arch Linux

@@ -57,18 +58,18 @@ in a server rack, bandwidth, and electricity for our main server.

We also wish to extend a special Thank You to SevenL Networks for their generous and ongoing contribution of a dedicated Arch Linux - server . You too can have a dedicated Arch Linux server hosted by SevenL... + server. You too can have a dedicated Arch Linux server hosted by SevenL... head over to their website for more details.

@@ -76,7 +77,7 @@ title="AirVM.com">AirVM.com for contributing a VMWare-based Virtual Machine.

Past donors

-- cgit v1.2.3