diff --git a/pelicanconf.py b/pelicanconf.py index 57b2fc8..90d64e6 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -3,6 +3,7 @@ # Basic Settings USE_FOLDER_AS_CATEGORY = True +DISPLAY_PAGES_ON_MENU = True DELETE_OUTPUT_DIRECTORY = True JINJA_ENVIRONMENT = {"trim_blocks": True, "lstrip_blocks": True} @@ -75,14 +76,8 @@ DEFAULT_LANG = "en" THEME = "theme" -MENUITEMS = [ - ("posts", ""), - ("series", "series.html"), - ("about", "about.html"), -] - SOCIAL = [ - ("email", "mailto:admin@hatebit.org"), + ("email", "mailto:jesse@hatebit.org"), ("git", "https://hatebit.org/"), ("feed", f"{SITEURL}/{FEED_ALL_ATOM}"), ] diff --git a/theme/templates/partials/_header.html b/theme/templates/partials/_header.html index 866b3e7..0fe021e 100644 --- a/theme/templates/partials/_header.html +++ b/theme/templates/partials/_header.html @@ -5,9 +5,12 @@