Skip to content

Commit a40e223

Browse files
committed
new edit helper link
1 parent c6f02fa commit a40e223

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

_includes/foot.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44

55
<p class="improve">
66
My website is <a href="http://en.wikipedia.org/wiki/Open_source">open source</a>.
7-
{% if paginator.page > 1 %}
8-
Please <a href="https://github.com/devinreams/devinreams.github.io/">help improve it</a> on GitHub.
9-
{% else %}
10-
Please <a href="https://github.com/devinreams/devinreams.github.io/edit/master/{{ page.path }}">help improve this page</a> on GitHub.
11-
{% endif %}
7+
Please {% github_edit_link "help improve this page" %} on GitHub.
128
</p>
139

1410
<p>

0 commit comments

Comments
 (0)