diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-11 12:56:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-11 12:56:26 +0100 |
| commit | 29f1c0268fa610a934da837a404b90125a67aa18 (patch) | |
| tree | 939c7c68d897d2d4efb31ebf4dc903e0995bd625 /_includes | |
| parent | db390ca5ac2d3b3a9bcefca03f0b20834f4cacf9 (diff) | |
| download | wiki-29f1c0268fa610a934da837a404b90125a67aa18.tar.gz wiki-29f1c0268fa610a934da837a404b90125a67aa18.tar.bz2 wiki-29f1c0268fa610a934da837a404b90125a67aa18.zip | |
Update page_actions.html
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 |
