We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a4f8ad + b817363 commit f387762Copy full SHA for f387762
doc-tool/resources/_layouts/blog-page.html
@@ -26,7 +26,7 @@ <h1>{{ page.title }}</h1>
26
{% if page.author and page.authorImg %}
27
<hr/>
28
<footer>
29
- <img id="author-img" src="{{ site.baseurl }}/{{ page.authorImg }}">
+ <img id="author-img" src="{{ site.baseurl }}{{ page.authorImg }}">
30
<span id="author-signature">
31
{{ page.author }}
32
</span>
0 commit comments