refactored the layout:
removed fixed head, replaced with flex moved pagetitle and searchform to headerbottom region added Common store to vuejs with pagetitle data added pagetitle vuejs component
This commit is contained in:
@@ -57,22 +57,26 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div id="header-bottom" class="wrapper">
|
||||
{{ page.header_bottom}}
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main role="main">
|
||||
{% if page.content.messages %}
|
||||
<aside class="messages">
|
||||
{{ page.content.messages }}
|
||||
</aside>
|
||||
{% endif %}
|
||||
<div class="wrapper">
|
||||
{% if page.content.messages %}
|
||||
<aside class="messages">
|
||||
{{ page.content.messages }}
|
||||
</aside>
|
||||
{% endif %}
|
||||
|
||||
<div id="content-top">
|
||||
{{ page.content_top }}
|
||||
<div id="content-top">
|
||||
{{ page.content_top }}
|
||||
</div>
|
||||
<div id="main-content">
|
||||
{{ page.content|without('messages') }}
|
||||
</div>{# /.layout-content #}
|
||||
</div>
|
||||
|
||||
<div id="main-content">
|
||||
{{ page.content|without('messages') }}
|
||||
</div>{# /.layout-content #}
|
||||
</main>
|
||||
|
||||
{% if page.footer_left or page.footer_center or page.footer_right %}
|
||||
|
Reference in New Issue
Block a user