Moved some post partials into source/_includes/post/ and updated include

links
This commit is contained in:
Brandon Mathis
2011-07-13 22:47:59 -04:00
parent 87f300b2bc
commit 8d3e0b4a0e
8 changed files with 10 additions and 12 deletions

View File

@ -8,19 +8,19 @@ single: true
{% include article.html %}
<footer>
<p class="meta">
{% include post_author.html %}
{% include post_date.html %}
{% include post_categories.html %}
{% include post/author.html %}
{% include post/date.html %}
{% include post/categories.html %}
</p>
{% unless page.no_sharing %}
{% include sharing.html %}
{% include post/sharing.html %}
{% endunless %}
</footer>
</article>
{% if site.disqus_short_name and page.no_comments != true %}
<section>
<h1>Comments</h1>
<div id="disqus_thread">{% include disqus_thread.html %}</div>
<div id="disqus_thread">{% include post/disqus_thread.html %}</div>
</section>
{% endif %}
</div>