hide github link on mobile

This commit is contained in:
Elisabeth Dickinson 2021-04-09 12:08:32 +02:00
parent da5a02a9c0
commit 66dba12020

View File

@ -107,7 +107,7 @@
</div>
{# Do not show the edition link for pages without content #}
{% if github_link and pagename != 'search' %}
<a href="{{ github_link(mode='edit') }}" class="o_git_link"><i class="i-edit"></i> Edit on GitHub</a>
<a href="{{ github_link(mode='edit') }}" class="o_git_link d-none d-lg-inline-block"><i class="i-edit"></i> Edit on GitHub</a>
{% endif %}
</article>
{% endif %}