From ee07cc41a02d0a331fb3ca1c4cc12d7dd80125ea Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Thu, 11 Aug 2016 18:51:00 +0200 Subject: sidebar icons --- pelican-themes | 2 +- pelicanconf.py | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pelican-themes b/pelican-themes index a2d766d..c63928f 160000 --- a/pelican-themes +++ b/pelican-themes @@ -1 +1 @@ -Subproject commit a2d766dce88b7f7b1189df4b466ef2ac20454b8d +Subproject commit c63928f911753ad98937080c102e6485d7416850 diff --git a/pelicanconf.py b/pelicanconf.py index 0855b35..1a11d9e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -58,9 +58,8 @@ MENUITEMS = (('Home', 'https://fossencdi.org'), ('Research', './research.html'), ('Contact', './contact.html'),) -SIDEBARITEMS = (('My setup', './setup.html'), - ('Replicant 6.0', './replicant6.0.html'), - ('Notes', './notes.html'),) +SIDEBARITEMS = (('My setup', './setup.html', 'laptop'), + ('Notes', './notes.html', 'sticky-note'),) # HIDE_SIDEBAR = True -- cgit v1.1