aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/base.html
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-10-04 13:59:45 -0400
committerBobby <[email protected]>2024-10-04 13:59:45 -0400
commit4e801314b76ebc1556ab37fa8d7f0897c6e238ed (patch)
tree59a7e7d9483ed2c90fee8b671675fdb8bde8a04c /templates/partials/base.html
parentd4e8d9883d64361ddc3bc035a5b1de7af71b1281 (diff)
downloadyugen-4e801314b76ebc1556ab37fa8d7f0897c6e238ed.tar.xz
yugen-4e801314b76ebc1556ab37fa8d7f0897c6e238ed.zip
Manga on homepage
Diffstat (limited to 'templates/partials/base.html')
-rw-r--r--templates/partials/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/partials/base.html b/templates/partials/base.html
index a93e74a..de6d8a1 100644
--- a/templates/partials/base.html
+++ b/templates/partials/base.html
@@ -16,6 +16,7 @@
<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">&copy; <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>