diff options
m--------- | pelican-themes | 0 | ||||
-rw-r--r-- | pelicanconf.py | 5 |
2 files changed, 2 insertions, 3 deletions
diff --git a/pelican-themes b/pelican-themes -Subproject a2d766dce88b7f7b1189df4b466ef2ac20454b8 +Subproject c63928f911753ad98937080c102e6485d741685 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 |