mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Introducing, the new design
This commit is contained in:
@ -0,0 +1 @@
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
|
||||
@ -2,12 +2,20 @@
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
<header id="header" class="inner">{% include header.html %}</header>
|
||||
{% unless page.banner == false %}
|
||||
{% include banner.html %}
|
||||
{% endunless %}
|
||||
<div id="content" class="inner">{{ content | expand_urls: root_url }}</div>
|
||||
<footer id="footer" class="inner">{% include footer.html %}</footer>
|
||||
{% include after_footer.html %}
|
||||
<div class="container">
|
||||
<div class="mid-col">
|
||||
{% unless page.banner == false %}
|
||||
{% include banner.html %}
|
||||
{% endunless %}
|
||||
<div class="mid-col-container">
|
||||
<div id="content" class="inner">{{ content | expand_urls: root_url }}</div>
|
||||
</div>
|
||||
<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