-rw-r--r-- | pelicanconf.py | 1 |
diff --git a/pelicanconf.py b/pelicanconf.py index 827543e..d2a1607 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -37,7 +37,6 @@ DISPLAY_PAGES_ON_MENU = False CATEGORY_MENUITEMS = ( ('gnuk', (('Documentation', '/doc-gnuk/'), ('<img src=/theme/images/icons/rss.png />', '/feeds/gnuk_rss.xml'),)), -('news', (('<img src=/theme/images/icons/rss.png />', '/feeds/news_rss.xml'),)), ('monthly-meetings', (('<img src=/theme/images/icons/rss.png />', '/feeds/monthly-meetings_rss.xml'),)), ) PAGE_MENUITEMS = ((u'これまでの活動', '/pages/historical/INDEX.html'), |