diff options
-rw-r--r-- | pelicanconf.py | 3 |
1 files changed, 1 insertions, 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 |