We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b42004 commit 5bfab51Copy full SHA for 5bfab51
themes/vocabulary_theme/templates/macros/posts.html
@@ -7,7 +7,7 @@
7
{% if post.author|length >= 2 %}
8
<header>
9
<figure class="image blog-image">
10
- <img class="profile" src="/../creativecommons.github.io-source/content/multiple-authors.jpg" alt="multiple authors 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"/>
11
</figure>
12
</header>
13
{% else %}
0 commit comments