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.
1 parent 2f65aae commit 44fe138Copy full SHA for 44fe138
doc-tool/resources/_layouts/blog-page.html
@@ -24,6 +24,7 @@ <h1 class="above-byline">{{ page.title }}</h1>
24
{{ content }}
25
26
{% if page.author and page.authorImg %}
27
+ <hr/>
28
<footer>
29
<img id="author-img" src="{{ site.baseurl }}/{{ page.authorImg }}">
30
<span id="author-signature">
doc-tool/resources/css/dottydoc.css
@@ -72,7 +72,7 @@ h5:hover a.anchor:hover {
72
footer {
73
color: grey;
74
}
75
-footer#author-img {
+footer img#author-img {
76
width: auto;
77
height: auto;
78
max-width:100px;
0 commit comments