From e265dea35fe589acf69cefb14e7c4671de9f4ef2 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 6 Jun 2024 11:17:39 -0400 Subject: [PATCH] Now the footer is gone. --- templates/base.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/templates/base.html b/templates/base.html index d57ffd9..c7d4a95 100644 --- a/templates/base.html +++ b/templates/base.html @@ -108,13 +108,6 @@ {% block content %}{% endblock %} - -
- © Damn Yankee Brewing 2010-{% now "Y" %} -
- ---> {% block endscript %}{% endblock %}