From 2df1263a2a994315a0c752feb27640dcc45234c2 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 13 May 2020 21:14:56 +0200 Subject: using remote theme --- .../components/action_btn/page_actions.html | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 _includes/git-wiki/components/action_btn/page_actions.html (limited to '_includes/git-wiki/components/action_btn/page_actions.html') diff --git a/_includes/git-wiki/components/action_btn/page_actions.html b/_includes/git-wiki/components/action_btn/page_actions.html deleted file mode 100644 index 9902234..0000000 --- a/_includes/git-wiki/components/action_btn/page_actions.html +++ /dev/null @@ -1,34 +0,0 @@ -
- {% if site.use_github_wiki %} - Add new - Edit - History - Source - {% else %} - Add - new - Edit - {% if site.hostname == "gitlab.com" %} - Delete - {% else %} - Delete - {% endif %} - History - Source - {% if site.blog_feature %} - Add - new post - {% endif %} - {% if site.use_prose_io and site.hostname != "gitlab.com" %} -
- Prose.io: - Add - new - Edit - {% if site.blog_feature %} - Add - new post - {% endif %} - {% endif %} - {% endif %} -
-- cgit