Files
jekyll/site/_layouts/default.html
2013-03-15 12:34:13 +00:00

13 lines
166 B
HTML

{% include top.html %}
<body class="wrap">
{% include header.html %}
{{ content }}
{% include footer.html %}
{% include analytics.html %}
</body>
</html>