diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-11 23:46:03 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-11 23:46:03 +0100 |
| commit | c4d80a87cacfa9ed75e9d3d3723ef46f9bff8339 (patch) | |
| tree | d87f9ff1e70c1636fc5d644dcc2ed6c9e4c34bb2 /_includes | |
| parent | a81a933ab806dabbc6720d98f470c6a5edcd9a15 (diff) | |
| parent | 29f1c0268fa610a934da837a404b90125a67aa18 (diff) | |
| download | wiki-c4d80a87cacfa9ed75e9d3d3723ef46f9bff8339.tar.gz wiki-c4d80a87cacfa9ed75e9d3d3723ef46f9bff8339.tar.bz2 wiki-c4d80a87cacfa9ed75e9d3d3723ef46f9bff8339.zip | |
Merge branch 'master' of https://github.com/Drassil/git-wiki-theme
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/git-wiki/components/action_btn/page_actions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/git-wiki/components/action_btn/page_actions.html b/_includes/git-wiki/components/action_btn/page_actions.html index 78a4dac..9902234 100644 --- a/_includes/git-wiki/components/action_btn/page_actions.html +++ b/_includes/git-wiki/components/action_btn/page_actions.html @@ -19,7 +19,7 @@ <span class="tools-element"><a target="_blank" href="{{ site.github.repository_url }}/new/{{site.git_branch | escape}}?filename=_posts/">Add new post</a></span> {% endif %} - {% if site.use_prose_io and site.hostname == "github.com" %} + {% if site.use_prose_io and site.hostname != "gitlab.com" %} <br> Prose.io: <span class="tools-element"><a target="_blank" href="http://prose.io/#{{site.github.repository_nwo}}/new/{{site.git_branch | escape}}/{{ site.wiki_folder | default: 'wiki' }}">Add |
