From 0185fb7e1159610ab718760acd54dcf6b9706bd8 Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Thu, 23 Jun 2022 21:13:28 -0700
Subject: [PATCH] Add page footer

---
 page.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/page.html b/page.html
index 7502259..8d05178 100644
--- a/page.html
+++ b/page.html
@@ -8,9 +8,12 @@
 {% endblock %}
 
 {% block stylesheet %}
+{{ super() }}
+<style>
 #footer-page {
     position: absolute;
     bottom: 0;
     padding: 3px;
     }
-{% block}
\ No newline at end of file
+</style>
+{% endblock}
\ No newline at end of file
-- 
GitLab