Update default.html

This commit is contained in:
Patrick Marsceill
2020-04-27 13:13:22 -04:00
committed by GitHub
parent 30b5da451c
commit ee44f699ec

View File

@@ -102,7 +102,7 @@ layout: table_wrappers
site.gh_edit_branch
%}
<p class="text-small text-grey-dk-000 mb-0">
<a href="{{ site.gh_edit_repository }}/{{site.gh_edit_view_mode}}/{{site.gh_edit_branch}}/{{ page.path }}">{{ site.edit_link_text }}</a>
<a href="{{ site.gh_edit_repository }}/{{ site.gh_edit_view_mode }}/{{ site.gh_edit_branch }}/{{ page.path }}">{{ site.edit_link_text }}</a>
</p>
{% endif %}
{% if site.footer_content != nil %}