Fix initialization logic of sidebar

This commit is contained in:
squidfunk
2016-12-28 12:24:42 +01:00
parent 84dd88af69
commit 96ae06f25c
5 changed files with 6 additions and 11 deletions

View File

@@ -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 -->