Top nav: dropdown shapes & contents

This commit is contained in:
mDuo13
2021-06-17 16:38:16 -07:00
parent 1118d8d978
commit acd2a2e624
11 changed files with 77 additions and 14 deletions

View File

@@ -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{% endtrans %}</a>
<a href="{{githuburl}}" target="_blank" class="nav-link github-edit">{% trans %}Edit page{% endtrans %}</a>
{% endif %}
</div><!-- /.github-edit -->