From e767931f2121c781967d048af0d49aabd1c4f55c Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Thu, 23 Jun 2022 21:16:05 -0700 Subject: [PATCH] Add page footer --- page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page.html b/page.html index dc91c0e..61df79d 100644 --- a/page.html +++ b/page.html @@ -1,6 +1,7 @@ {% extends "templates/page.html" %} {% block stylesheet %} +{{ super() }} <style> #footer-page { position: absolute; @@ -8,8 +9,7 @@ padding: 3px; } </style> -{{ super() }} -{% endblock} +{% endblock %} {% block footer %} <div class="container text-center" id="footer-page"> -- GitLab