summaryrefslogtreecommitdiffstats
path: root/retro/templates/retro/index-20030330.html
diff options
context:
space:
mode:
Diffstat (limited to 'retro/templates/retro/index-20030330.html')
-rw-r--r--retro/templates/retro/index-20030330.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/retro/templates/retro/index-20030330.html b/retro/templates/retro/index-20030330.html
index 59bb918..449731a 100644
--- a/retro/templates/retro/index-20030330.html
+++ b/retro/templates/retro/index-20030330.html
@@ -1,11 +1,11 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+{% load retro_static from retro %}<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Arch Linux</title>
-<link rel="stylesheet" type="text/css" href="{{ RETRO_STATIC_URL }}main.css">
-<link rel="SHORTCUT ICON" href="{{ RETRO_STATIC_URL }}favicon.ico">
+<link rel="stylesheet" type="text/css" href="{% retro_static year "main.css" %}">
+<link rel="SHORTCUT ICON" href="{% retro_static year "favicon.ico" %}">
</head>
-<body background="{{ RETRO_STATIC_URL }}dblue071.jpg" bgcolor="#222222" link="cccc00" text="#cccccc">
+<body background="{% retro_static year "dblue071.jpg" %}" bgcolor="#222222" link="cccc00" text="#cccccc">
<!--BANNER-->
<table class="container" align="center" cellpadding="5" height="100%">
@@ -20,7 +20,7 @@
</span>
</td></tr></tbody></table><br>
</td><td rowspan="2" align="right">
- <img src="{{ RETRO_STATIC_URL }}logo.png">
+ <img src="{% retro_static year "logo.png" %}">
</td></tr><tr><td valign="bottom">
<span class="quote">An i686-optimized Linux distribution.</span>
</td></tr></tbody></table>
@@ -245,6 +245,6 @@ Copyright ©2002, Judd Vinet
&lt;<a href="mailto:jvinet@zeroflux.org">jvinet@zeroflux.org</a>&gt;
</p>
<a href="http://web.archive.org/web/20030330090147/http://sourceforge.net/">
- <img src="{{ RETRO_STATIC_URL }}sflogo.png" alt="SourceForge Logo" align="right" border="0" height="31" width="105"></a>
+ <img src="{% retro_static year "sflogo.png" %}" alt="SourceForge Logo" align="right" border="0" height="31" width="105"></a>
</body></html>