Files
jimeh.me-v3.0/source/blog/_layouts/post-archive.html
Jim Myhrberg ecd676a4cc moved generic head/foot html in blog to their own
files included by each of the layout files
2010-01-29 16:32:20 +02:00

25 lines
393 B
HTML

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