Files
jimeh.me-v3.0/source/site/_layouts/default.html
Jim Myhrberg 9487d9b697 restructured head/foot html for consistency
between site and blog jekyll projects
2010-02-05 03:55:10 +02:00

21 lines
309 B
HTML

{% include _head.html %}
<div id="universe">
<div id="header">
<div id="title">
<a href="/">about</a>
</div>
<div id="navigation">
<a href="/" class="selected">about</a>
<a href="/blog/">blog</a>
</div>
<div class="clear"></div>
</div>
{{ content }}
</div>
{% include _foot.html %}