diff --git a/_includes/components/footer.html b/_includes/components/footer.html index 01b2c235d0..956106767c 100644 --- a/_includes/components/footer.html +++ b/_includes/components/footer.html @@ -11,7 +11,7 @@ {{ footer_custom }} {% if site.last_edit_timestamp or site.gh_edit_link %} -
Page last modified: {{ page.last_modified_date | date: site.last_edit_time_format }}. diff --git a/_sass/layout.scss b/_sass/layout.scss index e23a95f74d..17637c604c 100644 --- a/_sass/layout.scss +++ b/_sass/layout.scss @@ -54,15 +54,15 @@ } } - // Don't display the sidebar footer when the sidebar is gone, since - // it says the same thing as the other footer .site-footer { - display: none; - - @include mq(md) { - display: block; + img { + max-width: 100px; + @include mq(md) { + max-width: none; + } } } + } .main {