Files
jimeh.me-v3.0/source/blog/_layouts/post.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

43 lines
971 B
HTML

{% include _head.html %}
<div id="universe">
<div id="header">
<div id="title">
<a href="/blog/">blog</a> / article
</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">
<div class="post-item">
<div class="post-meta">
<p class="date">{{ page.date | date: "<i>%d</i><b>%b</b>" }}</p>
</div>
<h1>{{ page.title }}</h1>
<div class="post-content">
{{ content }}
</div>
<div class="post-comments">
<div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/jimehtesting/embed.js"></script><noscript><a href="http://disqus.com/forums/jimehtesting/?url=ref">View the discussion thread.</a></noscript>
</div>
</div>
</div>
<div class="post-paginator">
<a href="/blog/archive/">archive</a>
</div>
</div>
{% include disqus_load.html %}
{% include _foot.html %}