We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51daff commit ebad357Copy full SHA for ebad357
content/multiple-authors.Identifier
themes/vocabulary_theme/templates/macros/posts.html
@@ -7,13 +7,11 @@
7
{% if post.author|length >= 2 %}
8
<header>
9
<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"/>
+ <img class="profile" src="/multiple-authors.jpg" alt="multiple authors image"/>
11
</figure>
12
</header>
13
{% else %}
14
- <header>
15
{{ render_author_gravatar(post, skip_gravatar) }}
16
- </header>
17
{% endif %}
18
<div class="blog-content">
19
<h4 class="b-header"><a class="blog-title" href="{{ post|url }}">{{ post.title }}</a></h4>
0 commit comments