Update to site

This commit is contained in:
Paulus Schoutsen 2014-12-21 12:17:37 -08:00
parent 3345fa5897
commit b0bdfe2fe9
244 changed files with 11618 additions and 12 deletions

15
source/_layouts/post.html Normal file
View file

@ -0,0 +1,15 @@
---
layout: default
is_post: true
---
<article class="post">
{% include blog/post/article.html %}
</article>
{% if site.disqus_short_name and page.comments == true %}
<section id="disqus">
<h1 class="indent title">Comments</h1>
<div id="disqus_thread" aria-live="polite">{% include blog/post/disqus_thread.html %}</div>
</section>
{% endif %}