{% assign author = site.authors[post.author] %}

{{ post.title }} {% if post.rating %}
{% include star_rating_postbox.html %}
{% endif %}

{{ post.excerpt | strip_html | truncatewords:30 }}