| {% assign pagePath = page.inputPath | replace: "./", "" | replace: "docs/", "" %} | |
| <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> |