diff options
Diffstat (limited to 'tmpl/donations.html')
-rw-r--r-- | tmpl/donations.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/donations.html b/tmpl/donations.html index cca3ece..937fb39 100644 --- a/tmpl/donations.html +++ b/tmpl/donations.html @@ -10,7 +10,7 @@ [% donations.total_30 %] Euros have been donated to Mageia.org in the last 30 days. [%- l = 10 -%] - <h2>Last [% l %] donations <a href="donations.rss"><img src="http://static.mageia.org/g/images/smi/feed-16x16.png" alt="RSS feed" /></a></h2> + <h2>Last [% l %] donations <a href="donations.rss"><img src="[% config.staticdir_url %]/feed-16x16.png" alt="RSS feed" /></a></h2> <ul> [%- i=0 -%] [%- FOR don IN donations.donations.sort('date').reverse -%] |