diff --git a/pelicanconf.py b/pelicanconf.py index 82fb79cf6a..08168f013a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -48,7 +48,7 @@ EXTRA_PATH_METADATA = { MENUITEMS=( # adds extra menu items, the others are automatically generated as pages - ('news', '/'), + ('log', '/'), ) THEME = 'themes/cetcat'