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 @@

Commercial sponsors and contributions

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 @@

Commercial sponsors and contributions

title="AirVM.com">AirVM.com for contributing a VMWare-based Virtual Machine.

Past donors

diff --git a/templates/public/index.html b/templates/public/index.html index aa3f5c08..ace7bd31 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% load markup %} {% load cache %} +{% load cdn %} {% block head %} @@ -8,7 +9,7 @@ {% endblock %} {% block content_left %} -{% cache 300 main-page-left %} +{% cache 300 main-page-left secure %}

A simple, lightweight distribution

@@ -41,7 +42,7 @@

Latest News (more)

RSS Feed + class="rss-icon">RSS Feed {% for news in news_updates %}

@@ -73,7 +74,7 @@

Recent Updates (more)

RSS Feed + class="rss-icon">RSS Feed {% for update in pkg_updates %} @@ -207,9 +208,15 @@

About

- Velocity Network - It's about time - We would like to express our thanks to SevenL Networks for their generous contribution - AirVM.com - Your Green Technology Partner + + Velocity Network - It's about time + + + We would like to express our thanks to SevenL Networks for their generous contribution + + + AirVM.com - Your Green Technology Partner +
{% endcache %}