Back to Octopress

Author

.themes/classic/source/_includes/post/author.html

2.0218 B
Original Source

{% if post.author %} {% assign author = post.author %} {% elsif page.author %} {% assign author = page.author %} {% else %} {% assign author = site.author %} {% endif %} {% if author %}Posted by {{ author }}{% endif %}