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

@ -0,0 +1,6 @@
{% if post.author %}
{% assign author = post.author %}
{% else %}
{% assign author = site.author %}
{% endif %}
{% if author %}<span class="byline author vcard">Posted by <span class="fn">{{ author }}</span></span>{% endif %}