mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-08 04:51:23 -06:00
Update default.html
This commit is contained in:
parent
12900d8ed1
commit
16e83704d0
@ -95,14 +95,15 @@ layout: table_wrappers
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{%
|
{%
|
||||||
if
|
if
|
||||||
site.gh_edit_link and
|
site.gh_edit_link and
|
||||||
site.gh_edit_link_text and
|
site.gh_edit_link_text and
|
||||||
site.gh_edit_repository and
|
site.gh_edit_repository and
|
||||||
site.gh_edit_view_mode and
|
site.gh_edit_branch and
|
||||||
site.gh_edit_branch
|
site.gh_edit_view_mode
|
||||||
|
|
||||||
%}
|
%}
|
||||||
<p class="text-small text-grey-dk-000 mb-0">
|
<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.gh_edit_link_text }}</a>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if site.footer_content != nil %}
|
{% if site.footer_content != nil %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user