Extract navbar and footer into shared header.html and footer.html partials

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 16:26:59 -05:00
co-authored by Claude Sonnet 4.6
parent 23c34c7f88
commit dbad722b95
7 changed files with 70 additions and 180 deletions
+3
View File
@@ -0,0 +1,3 @@
<footer class="footer footer-center bg-base-300 text-base-content p-4">
<p>&copy; 2026 Gateway Gamers. All rights reserved.</p>
</footer>