intellij-sdk-code-samples/_includes/edit-on-github-link.html
2015-04-13 09:17:50 +02:00

9 lines
280 B
HTML

{% assign path = page.path %}
{% if include.path %}{% assign path = include.path %}{% endif %}
<a href="{{ site.edit_on_github_url|replace:'%path%',path }}"
target="_blank"
data-bypass="true"
title="Edit this page on GitHub">
<span class="text">Edit Page</span>
</a>