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

---
 page.html | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/page.html b/page.html
index 8d05178..dc91c0e 100644
--- a/page.html
+++ b/page.html
@@ -1,14 +1,6 @@
 {% extends "templates/page.html" %}
 
-{% block footer %}
-<div class="container text-center" id="footer-page">
-    <hr>
-    <p>The JupyterHub is provided by the  ITS and ATI at California State Univeristy San Bernardino</p>
-</div>
-{% endblock %}
-
 {% block stylesheet %}
-{{ super() }}
 <style>
 #footer-page {
     position: absolute;
@@ -16,4 +8,13 @@
     padding: 3px;
     }
 </style>
-{% endblock}
\ No newline at end of file
+{{ super() }}
+{% endblock}
+
+{% block footer %}
+<div class="container text-center" id="footer-page">
+    <hr>
+    <p>The JupyterHub is provided by the  ITS and ATI at California State Univeristy San Bernardino</p>
+</div>
+{% endblock %}
+
-- 
GitLab