diff --git a/content/multiple-authors.jpg b/content/multiple-authors.jpg new file mode 100644 index 000000000..775b5e6f3 Binary files /dev/null and b/content/multiple-authors.jpg differ diff --git a/themes/vocabulary_theme/templates/macros/posts.html b/themes/vocabulary_theme/templates/macros/posts.html index c898e7864..468ef3570 100644 --- a/themes/vocabulary_theme/templates/macros/posts.html +++ b/themes/vocabulary_theme/templates/macros/posts.html @@ -4,7 +4,15 @@ {% macro render_post_summary(post, skip_gravatar=false) %}
- {{ render_author_gravatar(post, skip_gravatar) }} + {% if post.author|length >= 2 %} +
+
+ multiple authors image +
+
+ {% else %} + {{ render_author_gravatar(post, skip_gravatar) }} + {% endif %}

{{ post.title }}

{{ render_authors_byline(post) }}