mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-22 20:11:33 +00:00
9 lines
360 B
HTML
9 lines
360 B
HTML
<a role="button" class="edit-github-btn"
|
|
href="{% if page.layout == 'api' %}
|
|
{{ site.github.repository_url }}/tree/gh-pages/_includes/api/en/{{page.version}}
|
|
{% else %}
|
|
{{ site.github.repository_url }}/edit/gh-pages/{{ page.path }}
|
|
{% endif %}">
|
|
{% include icons/github.svg %}
|
|
Edit this page
|
|
</a> |