Skip to content

Commit 03f28cf

Browse files
committed
Add it back and make it the right size
1 parent 03b7263 commit 03f28cf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_includes/components/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{{ footer_custom }}
1212

1313
{% if site.last_edit_timestamp or site.gh_edit_link %}
14-
<div class="d-flex mt-2">
14+
<div class="d-flex mt-5">
1515
{% if site.last_edit_timestamp and site.last_edit_time_format and page.last_modified_date %}
1616
<p class="text-small text-grey-dk-000 mb-0 mr-2">
1717
Page last modified: <span class="d-inline-block">{{ page.last_modified_date | date: site.last_edit_time_format }}</span>.

_sass/layout.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@
5454
}
5555
}
5656

57-
// Don't display the sidebar footer when the sidebar is gone, since
58-
// it says the same thing as the other footer
5957
.site-footer {
60-
display: none;
61-
62-
@include mq(md) {
63-
display: block;
58+
img {
59+
max-width: 100px;
60+
@include mq(md) {
61+
max-width: none;
62+
}
6463
}
6564
}
65+
6666
}
6767

6868
.main {

0 commit comments

Comments
 (0)