From f30e30854db9c7d0906f6938d5e9cfa0d73251ae Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 17 Dec 2018 16:59:45 +0100 Subject: Implemented add buttons --- _includes/gw_tools/page_actions.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/_includes/gw_tools/page_actions.html b/_includes/gw_tools/page_actions.html index 927b178..aab5de6 100644 --- a/_includes/gw_tools/page_actions.html +++ b/_includes/gw_tools/page_actions.html @@ -1,13 +1,15 @@ {{page.relative_path}} {% if site.use_github_wiki %} -Edit -History -Source +Add new +Edit +History +Source {% else %} +Add new Edit {% if site.use_prose_io %} -Edit - with Prose.io +Add with Prose.io +Edit with Prose.io {% endif %} History Source -- cgit