blog/source/_layouts/default.html

11 lines
392 B
HTML

{% capture root_url %}{{ site.root | strip_slash }}{% endcapture %}
{% include head.html %}
<body>
<header id="header" class="inner">{% include header.html %}</header>
{% include banner.html %}
<div id="content" class="inner">{{ content | expand_urls: root_url }}</div>
<footer id="footer" class="inner">{% include footer.html %}</footer>
{% include after_footer.html %}
</body>
</html>