summaryrefslogtreecommitdiffstats
path: root/retro/views.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-11-11 17:31:27 -0600
committerDan McGee <dan@archlinux.org>2013-11-11 18:39:58 -0600
commitc1346ede6401ac19e6f669c81c2411794dcf81f3 (patch)
tree5cc807c039eee68e5807fe841f63a8671e6ae9fa /retro/views.py
parente2fc5cfccdd2f844e75df75f44fff84f4181da7d (diff)
downloadarchweb-c1346ede6401ac19e6f669c81c2411794dcf81f3.tar.gz
archweb-c1346ede6401ac19e6f669c81c2411794dcf81f3.zip
Add 2012 and 2013 retro sites
From our friends over at web.archive.org again, thanks! Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'retro/views.py')
-rw-r--r--retro/views.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/retro/views.py b/retro/views.py
index 31226deb..7301a97e 100644
--- a/retro/views.py
+++ b/retro/views.py
@@ -14,6 +14,8 @@ RETRO_YEAR_MAP = {
2009: 'index-20090327.html',
2010: 'index-20100208.html',
2011: 'index-20110212.html',
+ 2012: 'index-2012-03-09.html',
+ 2013: 'index-2013-03-07.html',
}