diff options
| author | Bobby <[email protected]> | 2024-10-04 17:23:51 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-10-04 17:23:51 -0400 |
| commit | 72dd420d02e8219c341ea3dafbb2a2e56c6f50dd (patch) | |
| tree | 965ad5c634ee4ef8343ec6cb4fc66e155cf94970 | |
| parent | 877b70d61c3397a83119a70ba98f810085166574 (diff) | |
| download | yugen-72dd420d02e8219c341ea3dafbb2a2e56c6f50dd.tar.xz yugen-72dd420d02e8219c341ea3dafbb2a2e56c6f50dd.zip | |
removed footer
| -rw-r--r-- | templates/partials/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/partials/base.html b/templates/partials/base.html index 3698547..edff156 100644 --- a/templates/partials/base.html +++ b/templates/partials/base.html @@ -22,7 +22,6 @@ <body class="bg-black text-white"> {% include "partials/navbar.html" %} <main class="mx-auto">{% block content %} {% endblock %}</main> - <footer class="text-center text-sm py-4">© <script>document.write(new Date().getFullYear())</script> Yugen • Yugen is a private streaming service meant to be used by certain allowed users only. Users must be members of a specific Discord server to be able to access the site. All rights reserved.</footer> </body> {% block scripts %} {% endblock %} </html> |
