mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-03 00:28:55 +00:00
Fix sidebar layout if simplesearch is disabled
This commit is contained in:
parent
269c3f0cce
commit
c64bd3a121
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
<section id="menu">
|
||||
{% if config.plugins.simplesearch.enabled %}
|
||||
<!-- Search -->
|
||||
<section>
|
||||
{% if config.plugins.simplesearch.enabled %}
|
||||
{% include 'partials/simplesearch_searchbox_sidebar.html.twig' %}
|
||||
{% endif %}
|
||||
</section>
|
||||
{% endif %}
|
||||
<!-- Links -->
|
||||
<section id="sidebarmenu">
|
||||
{% include 'partials/sidebar_navigation.html.twig' %}
|
||||
|
|
Loading…
Add table
Reference in a new issue