From 71ec1eeeb7f6093f04705e1a9421c4def62d3141 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Fri, 6 Nov 2015 10:51:53 +0100 Subject: [PATCH] added archive --- pelicanconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pelicanconf.py b/pelicanconf.py index d678de1..8e49bff 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -92,3 +92,4 @@ MAIN_MENU = False SOCIAL = (('twitter', 'https://twitter.com/xsteadfastx'), ('github', 'https://github.com/xsteadfastx'), ('rss', SITEURL + '/feed/'),) +LINKS = (('Archive', SITEURL + '/archives.html'),)