{% if author %}
Posted by {{ author }} {% if date %}|{% endif %}
{% endif %}
{% if date %}
{{ date }} {% if categories %}|{% endif %}
{% endif %}
{% if categories %}
{% for category in categories %}
{{ category }}{% if not loop.last %},{% endif %}
{% endfor %}
{% endif %}
{% if site.twitter_tweet_button %}
Tweet
{% endif %}
{% if site.facebook_share_button %}
{% endif %}