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'),)