Rename article-author-top class to article-author-side

This commit is contained in:
Michael Rose
2013-12-09 09:19:05 -05:00
parent b527a83e54
commit 9990bc0441
10 changed files with 11 additions and 11 deletions

View File

@ -18,7 +18,7 @@
{% if page.image.credit %}<span class="image-credit">Photo Credit: <a href="{{ page.image.creditlink }}">{{ page.image.credit }}</a></span>{% endif %}
</div><!-- /.image-wrap -->{% endif %}
<div class="article-author-top">
<div class="article-author-side">
{% include _author-bio.html %}
</div>