From 30b5da451cf2418dc7387489ab80a25e0e64c94c Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <pmarsceill@users.noreply.github.com>
Date: Mon, 27 Apr 2020 13:07:25 -0400
Subject: [PATCH] Update default.html

---
 _layouts/default.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/default.html b/_layouts/default.html
index d7ebc17c..bc6bcb8a 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -85,7 +85,7 @@ layout: table_wrappers
             </ul>
           {% endif %}
 
-          {% if site.footer_content != nil or site.show_last_edit_time or site.show_gh_edit_link %}
+          {% if site.footer_content != nil or site.last_edit_timestamp or site.gh_edit_link %}
             <hr>
             <footer role="contentinfo">
               {% if site.last_edit_timestamp and site.last_edit_time_format and page.last_modified_date %}
-- 
GitLab