Files
jimeh.me-v3.0/source/blog/_layouts/post.html

47 lines
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% 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 class="post-title">
{{ page.title }}
<div class="post-title-sub">
by Jim Myhrberg tags:
{% for tag in page.categories %} <a href="/blog/tag/{{tag}}/" rel="tag"><i class="hash">#</i>{{tag}}</a>{% if forloop.last != true %},{% endif %}{% endfor %}
</div>
</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/jimeh/embed.js"></script><noscript><a href="http://disqus.com/forums/jimeh/?url=ref">View the discussion thread.</a></noscript>
</div>
</div>
</div>
{% include sidebar.html %}
{% include paginator-empty.html %}
</div>
{% include _foot.html %}