diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-08-11 18:51:00 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-08-11 18:51:00 +0200 |
commit | ee07cc41a02d0a331fb3ca1c4cc12d7dd80125ea (patch) | |
tree | 7003a3bc70d6ec30290d32d14b553356511ad2bd | |
parent | d795ffe711b5ea6aa533573ea4a9fb3d90a147c9 (diff) | |
download | blog-ee07cc41a02d0a331fb3ca1c4cc12d7dd80125ea.zip blog-ee07cc41a02d0a331fb3ca1c4cc12d7dd80125ea.tar.gz blog-ee07cc41a02d0a331fb3ca1c4cc12d7dd80125ea.tar.bz2 |
sidebar icons
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 |