mirror of
https://github.com/zhigang1992/greyshade.git
synced 2026-01-12 17:22:48 +08:00
Changed layout for mobile version
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="left-col">
|
||||
<header id="header" class="inner">{% include header.html %}</header>
|
||||
</div>
|
||||
<div class="mid-col">
|
||||
{% unless page.banner == false %}
|
||||
{% include banner.html %}
|
||||
@@ -13,9 +16,6 @@
|
||||
<footer id="footer" class="inner">{% include footer.html %}</footer>
|
||||
{% include after_footer.html %}
|
||||
</div>
|
||||
<div class="left-col">
|
||||
<header id="header" class="inner">{% include header.html %}</header>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user