Skip to content

Commit

Permalink
Requested changes by @TimidRobot for PR #778
Browse files Browse the repository at this point in the history
Changes to be committed:
	deleted:    content/multiple-authors.Identifier
	modified:   themes/vocabulary_theme/templates/macros/posts.html
  • Loading branch information
Kirsty21 committed Apr 16, 2024
1 parent d51daff commit ebad357
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions content/multiple-authors.Identifier

This file was deleted.

4 changes: 1 addition & 3 deletions themes/vocabulary_theme/templates/macros/posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
{% if post.author|length >= 2 %}
<header>
<figure class="image blog-image">
<img class="profile" src="https://github.com/creativecommons/creativecommons.github.io-source/blob/main/content/multiple-authors.jpg?raw=true" alt="multiple authors image"/>
<img class="profile" src="/multiple-authors.jpg" alt="multiple authors image"/>
</figure>
</header>
{% else %}
<header>
{{ render_author_gravatar(post, skip_gravatar) }}
</header>
{% endif %}
<div class="blog-content">
<h4 class="b-header"><a class="blog-title" href="{{ post|url }}">{{ post.title }}</a></h4>
Expand Down

0 comments on commit ebad357

Please sign in to comment.