Docs, community: logo fixes etc.

This commit is contained in:
mDuo13
2021-06-30 00:13:19 -07:00
parent 530b1242a3
commit 38d3823550
19 changed files with 3853 additions and 105 deletions

View File

@@ -1,4 +1,4 @@
<div class="nav-item github-edit-wrap">
<div class="github-edit-wrap">
{% if target.github_forkurl is defined %}
{% set have_edit_link = False %}
{% if currentpage.md is defined %}
@@ -23,6 +23,6 @@
{% if not have_edit_link %}
{% set githuburl = target.github_forkurl %}
{% endif %}
<a href="{{githuburl}}" target="_blank" class="nav-link github-edit">{% trans %}Edit page{% endtrans %}</a>
<a href="{{githuburl}}" target="_blank" class="btn btn-primary github-edit">{% trans %}Edit page{% endtrans %}</a>
{% endif %}
</div><!-- /.github-edit -->