Loading pelicanconf.py +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ RELATIVE_URLS = True DIRECT_TEMPLATES = ('index', 'archives') DISPLAY_CATEGORIES_ON_MENU = False DISPLAY_PAGES_ON_MENU = True MENUITEMS = (('Code', 'https://git.shore.co.il/nimrod'),) MENUITEMS = (('Code', 'https://git.shore.co.il/explore/'),) THEME = "./pelican-mockingbird" TAGS_SAVE_AS = '' TAG_SAVE_AS = '' Loading Loading
pelicanconf.py +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ RELATIVE_URLS = True DIRECT_TEMPLATES = ('index', 'archives') DISPLAY_CATEGORIES_ON_MENU = False DISPLAY_PAGES_ON_MENU = True MENUITEMS = (('Code', 'https://git.shore.co.il/nimrod'),) MENUITEMS = (('Code', 'https://git.shore.co.il/explore/'),) THEME = "./pelican-mockingbird" TAGS_SAVE_AS = '' TAG_SAVE_AS = '' Loading