Skip to content

Commit f387762

Browse files
Merge pull request #8575 from dotty-staging/fix-blog-images
Fix blog images
2 parents 7a4f8ad + b817363 commit f387762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-tool/resources/_layouts/blog-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>{{ page.title }}</h1>
2626
{% if page.author and page.authorImg %}
2727
<hr/>
2828
<footer>
29-
<img id="author-img" src="{{ site.baseurl }}/{{ page.authorImg }}">
29+
<img id="author-img" src="{{ site.baseurl }}{{ page.authorImg }}">
3030
<span id="author-signature">
3131
{{ page.author }}
3232
</span>

0 commit comments

Comments
 (0)