tomjoht / documentation-theme-jekyll

A Jekyll-based theme designed for documentation and help systems. See the link for detailed instructions on setting up and configuring everything.

Home Page:http://idratherbewriting.com/documentation-theme-jekyll/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

edit gitlab link in _layouts/page.html

florianap opened this issue · comments

In lines 49-53 of _layouts/page.html the URL should be Gitlab and instead it's Github:

please change line 51 into:

<a target="_blank" href="https://gitlab.com/{{site.gitlab_editme_path}}{% unless page.url contains "index.html" %}pages/{% endunless %}{{page.folder}}{{page.url | remove: ".html" | append: ".md"}}" class="btn btn-default githubEditButton" role="button"><i class="fa fa-gitlab fa-lg"></i> Edit me</a>

I'm not sure why you want to change Github to Gitlab. They are different sites entirely.