2011-06-28 01:29:21 +05:30
|
|
|
{% if post.author %}
|
|
|
|
{% assign author = post.author %}
|
2011-06-25 02:47:35 +05:30
|
|
|
{% else %}
|
|
|
|
{% assign author = site.author %}
|
|
|
|
{% endif %}
|
|
|
|
{% if author %}<span class="byline author vcard">Posted by <span class="fn">{{ author }}</span></span>{% endif %}
|