From b437103cc5ba85a39ed55d2d57eed60b87ab58a0 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 23 Jan 2021 19:50:17 +0000 Subject: demo: update content --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/_default/params.toml b/config/_default/params.toml index 214e0961..e8024ff1 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -147,7 +147,7 @@ address_format = "en-us" ############################ # Main menu alignment (l = left, c = center, r = right) and logo options. -main_menu = {align = "l", show_logo = true, highlight_active_link = true, show_language = false, show_day_night = true, show_search = true} +main_menu = {enable = true, align = "l", show_logo = true, highlight_active_link = true, show_language = false, show_day_night = true, show_search = true} # Show estimated reading time for posts? (true/false) reading_time = true -- cgit v1.2.3