- Fixed default layout indentation
This commit is contained in:
parent
0de4a9d05a
commit
10317a55f2
|
@ -21,7 +21,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<main id="body-main">
|
<main id="body-main">
|
||||||
{% section "nav" %}
|
{% section "nav" %}
|
||||||
{% view "lean-console/base/console/main-nav" %}
|
{% view "lean-console/base/console/main-nav" %}
|
||||||
{% endsection %}
|
{% endsection %}
|
||||||
|
@ -45,12 +45,12 @@
|
||||||
{% section "content" %}{% endsection %}
|
{% section "content" %}{% endsection %}
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer id="body-footer">
|
<footer id="body-footer">
|
||||||
{% section "footer" %}
|
{% section "footer" %}
|
||||||
© {{ date('Y') }} - LEAN
|
© {{ date('Y') }} - LEAN
|
||||||
{% endsection %}
|
{% endsection %}
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue