re-adding github editme button
This commit is contained in:
@ -13,13 +13,11 @@ layout: default
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% include toc.html %}
|
{% include toc.html %}
|
||||||
|
|
||||||
{% if jekyll.environment == "development" %}
|
|
||||||
{% if site.github_editme_path %}
|
{% if site.github_editme_path %}
|
||||||
|
|
||||||
<a target="_blank" href="https://github.com/{{site.github_editme_path}}{{page.url | replace: '.html', '.md'}}" class="btn btn-default githubEditButton" role="button"><i class="fa fa-github fa-lg"></i> Edit me</a>
|
<a target="_blank" href="https://github.com/{{site.github_editme_path}}{{page.url | replace: '.html', '.md'}}" class="btn btn-default githubEditButton" role="button"><i class="fa fa-github fa-lg"></i> Edit me</a>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|
||||||
<div class="tags">
|
<div class="tags">
|
||||||
|
Reference in New Issue
Block a user