From 03f28cf284cb75ea029df1c28b2313bbff4db745 Mon Sep 17 00:00:00 2001 From: kaushik327 Date: Mon, 7 Oct 2024 16:10:32 -0500 Subject: [PATCH] Add it back and make it the right size --- _includes/components/footer.html | 2 +- _sass/layout.scss | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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 %} -
+
{% if site.last_edit_timestamp and site.last_edit_time_format and page.last_modified_date %}

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 {