diff --git a/web/templates/base.html b/web/templates/base.html index 920d790..0408aa2 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -5,18 +5,12 @@ - - - - - - + + + + + + {% block title %}{% endblock %} | Akatsuki Rework {% endblock %} diff --git a/web/templates/homepage.html b/web/templates/homepage.html index a64439c..12d261b 100644 --- a/web/templates/homepage.html +++ b/web/templates/homepage.html @@ -8,10 +8,7 @@ class="p-4 my-8 bg-white border border-gray-200 rounded-lg shadow-md sm:p-6 lg:p-8 dark:bg-gray-800 dark:border-gray-700" >
- +

Akatsuki PP Reworks

diff --git a/web/templates/profile.html b/web/templates/profile.html index fd8daaf..324f8f6 100644 --- a/web/templates/profile.html +++ b/web/templates/profile.html @@ -132,5 +132,5 @@

rework_id: parseInt("{{ rework_data.id }}"), }; - + {% endblock %} diff --git a/web/templates/rework.html b/web/templates/rework.html index f637141..a26eab4 100644 --- a/web/templates/rework.html +++ b/web/templates/rework.html @@ -186,5 +186,5 @@ page: parseInt("{{ page_num }}"), }; - + {% endblock %}