mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
8 lines
258 B
HTML
8 lines
258 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"
|
|
title="Edit this page on GitHub">
|
|
<span class="text">Edit Page</span>
|
|
</a> |