diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8fa56b3..7573f11 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -8,6 +8,7 @@ paginate = 5 contentTypeName = "post" # "light" or "dark" defaultTheme = "dark" + showMenuItems = 2 [languages] [languages.en] @@ -15,6 +16,7 @@ paginate = 5 subtitle = "A simple theme for Hugo" keywords = "" copyright = "" + menuMore = "Show more" writtenBy = "Written by" readMore = "Read more" readOtherPosts = "Read other posts" diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index f480c7a..2ff08d7 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -6,8 +6,8 @@