Skip to content

Commit 44fe138

Browse files
Fix blog page footer
1 parent 2f65aae commit 44fe138

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ <h1 class="above-byline">{{ page.title }}</h1>
2424
{{ content }}
2525

2626
{% if page.author and page.authorImg %}
27+
<hr/>
2728
<footer>
2829
<img id="author-img" src="{{ site.baseurl }}/{{ page.authorImg }}">
2930
<span id="author-signature">

doc-tool/resources/css/dottydoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ h5:hover a.anchor:hover {
7272
footer {
7373
color: grey;
7474
}
75-
footer#author-img {
75+
footer img#author-img {
7676
width: auto;
7777
height: auto;
7878
max-width:100px;

0 commit comments

Comments
 (0)