From 2c92235eb777f2d68fbe96813fbb2768f3b28ce5 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Sat, 23 Dec 2017 22:00:52 +0100 Subject: disable donations page --- pelicanconf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 550eef7..b638415 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -61,8 +61,7 @@ MENUITEMS = (('Home', 'https://fossencdi.org'), ('Contact', './contact.html'),) SIDEBARITEMS = (('My setup', './setup.html', 'laptop'), - ('Notes', './notes.html', 'sticky-note'), - ('Donations', './donations.html', 'money'),) + ('Notes', './notes.html', 'sticky-note'),) # HIDE_SIDEBAR = True -- cgit v1.1