mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Switched to proper Greyshade theme instead of the previous manual setup
This commit is contained in:
@ -3,6 +3,11 @@
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="left-col">
|
||||
<div class="intrude-less">
|
||||
<header id="header" class="inner">{% include header.html %}</header>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mid-col">
|
||||
{% unless page.banner == false %}
|
||||
{% include banner.html %}
|
||||
@ -13,9 +18,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