Fix search in drawer layout mode #21

release v1.4.1
This commit is contained in:
Oscar Cortez 2015-10-04 20:57:41 -06:00
parent 2b1c40986e
commit d1cd7279b2
3 changed files with 9 additions and 2 deletions

View file

@ -8,6 +8,7 @@
<!-- Start Layout -->
{% if site.header_type == 'drawer' %}
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--fixed-drawer">
{% include search_result.html %}
{% include header_fixed.html %}
{% else %}
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">