mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-04 19:45:08 -04:00
Fix initialization logic of sidebar
This commit is contained in:
@@ -168,9 +168,7 @@
|
||||
<!-- Edit button, if URL was defined -->
|
||||
{% if config.edit_uri %}
|
||||
<a href="{{ page.edit_url }}" title="Edit this page"
|
||||
class="md-icon md-content__edit">
|
||||
edit
|
||||
</a>
|
||||
class="md-icon md-content__edit">edit</a>
|
||||
{% endif %}
|
||||
|
||||
<!-- Block: content -->
|
||||
|
||||
Reference in New Issue
Block a user