added archive

This commit is contained in:
Marvin Steadfast 2015-11-06 10:51:53 +01:00
parent 855b64344d
commit 71ec1eeeb7

View File

@ -92,3 +92,4 @@ MAIN_MENU = False
SOCIAL = (('twitter', 'https://twitter.com/xsteadfastx'), SOCIAL = (('twitter', 'https://twitter.com/xsteadfastx'),
('github', 'https://github.com/xsteadfastx'), ('github', 'https://github.com/xsteadfastx'),
('rss', SITEURL + '/feed/'),) ('rss', SITEURL + '/feed/'),)
LINKS = (('Archive', SITEURL + '/archives.html'),)