Skip to content

Commit ebad357

Browse files
committed
Requested changes by @TimidRobot for PR #778
Changes to be committed: deleted: content/multiple-authors.Identifier modified: themes/vocabulary_theme/templates/macros/posts.html
1 parent d51daff commit ebad357

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

content/multiple-authors.Identifier

-4
This file was deleted.

themes/vocabulary_theme/templates/macros/posts.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@
77
{% if post.author|length >= 2 %}
88
<header>
99
<figure class="image blog-image">
10-
<img class="profile" src="https://github.com/creativecommons/creativecommons.github.io-source/blob/main/content/multiple-authors.jpg?raw=true" alt="multiple authors image"/>
10+
<img class="profile" src="/multiple-authors.jpg" alt="multiple authors image"/>
1111
</figure>
1212
</header>
1313
{% else %}
14-
<header>
1514
{{ render_author_gravatar(post, skip_gravatar) }}
16-
</header>
1715
{% endif %}
1816
<div class="blog-content">
1917
<h4 class="b-header"><a class="blog-title" href="{{ post|url }}">{{ post.title }}</a></h4>

0 commit comments

Comments
 (0)