From 2bd5fef1b7eae6fc6f540e78541b1a813d330bb2 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Sat, 18 Jan 2020 09:11:23 -0800 Subject: [PATCH] Add Posts link --- config.toml | 8 +++++++- themes/mainroad | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index d6d5fdb..f7911e8 100644 --- a/config.toml +++ b/config.toml @@ -33,7 +33,7 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id [Params.sidebar] home = "right" # Configure layout for home page - list = "right" # Configure layout for list pages + list = false # Configure layout for list pages single = false # Configure layout for single pages # Enable widgets in given order widgets = ["social", "recent"] @@ -76,3 +76,9 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id weight = -110 identifier = "Home" url = "/" + +[[menu.main]] + name = "Posts" + weight = -105 + identifier = "Posts" + url = "/post/" diff --git a/themes/mainroad b/themes/mainroad index 2f6541e..14e5390 160000 --- a/themes/mainroad +++ b/themes/mainroad @@ -1 +1 @@ -Subproject commit 2f6541ead217a4eeee7beec4ed143d8505dccbca +Subproject commit 14e539035d7d7a3b891231e9380783c452f78df7