From 7e7f246b3bd28da7f31bb78b16cd379fd31de135 Mon Sep 17 00:00:00 2001 From: cfchou Date: Thu, 6 Jul 2017 00:47:49 +0800 Subject: [PATCH] Root link in menu configurable --- README.md | 2 ++ layouts/partials/menu.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f596a8..ea489be 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ theme = "code-editor" [params] author = "John Doe" locale = "en-US" + # rootlink = "/" + # rootlink specifies where Root in menu.html links to. If it's not set then baseurl will be used. ``` # Contributing diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 5af3727..5ba71c3 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -1,5 +1,5 @@