blob: 0bfc8609acf11a05989e353324078218e2391ef0 [file] [log] [blame]
{% if include.path %}
{% assign pagePath = include.path %}
{% elsif page.relative_path %}
{% assign pagePath = page.relative_path %}
{% else %}
{% assign pagePath = page.path %}
{% endif %}
<a
data-toggle="tooltip"
data-placement="top"
title="Edit this on Github"
class="icon-edit"
href="{{ site.github.repository_url }}/edit/master/docs/{{ pagePath }}"
target="_blank"
></a>