mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Docs, community: logo fixes etc.
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user