Skip to content

Commit 5bfab51

Browse files
committed
On branch main
Your branch is up to date with 'origin/main'. Changes to be committed: modified: themes/vocabulary_theme/templates/macros/posts.html
1 parent 3b42004 commit 5bfab51

File tree

1 file changed

+1
-1
lines changed
  • themes/vocabulary_theme/templates/macros

1 file changed

+1
-1
lines changed

themes/vocabulary_theme/templates/macros/posts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% if post.author|length >= 2 %}
88
<header>
99
<figure class="image blog-image">
10-
<img class="profile" src="/../creativecommons.github.io-source/content/multiple-authors.jpg" alt="multiple authors 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"/>
1111
</figure>
1212
</header>
1313
{% else %}

0 commit comments

Comments
 (0)