add edit page link to template

This commit is contained in:
Jarrad Hope 2017-01-29 15:58:24 +07:00
parent 826b38a04d
commit 8da2f2c52d
1 changed files with 5 additions and 0 deletions

View File

@ -6,4 +6,9 @@
</div>
{% endif %}
<div style="text-align: right;">
<a href="{{ config.repo_url }}{{ config.edit_uri }}{{ page.input_path }}">Edit this page</a>
</div>
{{ page.content }}