From 4b3d860accdbaf742a87af072c1afa0589adeaeb Mon Sep 17 00:00:00 2001 From: Ali Servet Donmez Date: Sat, 2 Aug 2014 14:30:07 +0200 Subject: [PATCH] Add `title` to `config.json` which will set `html>head>title` Read more at https://github.com/Dynalon/mdwiki/issues/58#issuecomment-29785288 -- Close #4 --- ll_CC/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ll_CC/config.json b/ll_CC/config.json index d772982..7ee458d 100644 --- a/ll_CC/config.json +++ b/ll_CC/config.json @@ -2,5 +2,6 @@ "useSideMenu": true, "lineBreaks": "gfm", "additionalFooterText": "All content and images © by Your Name Goes Here ", - "anchorCharacter": "#" + "anchorCharacter": "#", + "title": "Your wiki name" }