We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f02fa commit a40e223Copy full SHA for a40e223
_includes/foot.html
@@ -4,11 +4,7 @@
4
5
<p class="improve">
6
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 %}
+ Please {% github_edit_link "help improve this page" %} on GitHub.
12
</p>
13
14
<p>
0 commit comments