diff options
author | Dan McGee <dan@archlinux.org> | 2013-11-26 04:10:10 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-11-26 04:10:10 +0100 |
commit | 06317908f73420224fce0c400048c3b7dcfc8abb (patch) | |
tree | 20d47adfbf4a7d211e541f71e58dcc84ccbc882f /retro/views.py | |
parent | 5943f92e4c6d52bec6a1e68ad11970da9b8ad643 (diff) | |
parent | c1346ede6401ac19e6f669c81c2411794dcf81f3 (diff) | |
download | archweb-06317908f73420224fce0c400048c3b7dcfc8abb.tar.gz archweb-06317908f73420224fce0c400048c3b7dcfc8abb.tar.xz |
Merge branch 'retro'
Diffstat (limited to 'retro/views.py')
-rw-r--r-- | retro/views.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/retro/views.py b/retro/views.py index 31226de..7301a97 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', } |