Rename frontend template references: Bookmann → Bookhoard

Template changes:
- Update page titles: "Bookmann" → "Bookhoard"
- Update header branding and navigation text
- Regenerate compiled .go templates from .templ sources
- Update all UI references in HTML templates

This is part 3 of the project rename to Bookhoard.
This commit is contained in:
2026-02-01 16:11:59 -05:00
parent 00a083b60b
commit bb713f6300
34 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ templ Register() {
</head>
<body class="theme-tokyo-night min-h-screen">
<div class="container mx-auto px-4 py-8 max-w-md">
<h1 class="text-3xl font-bold text-center mb-8">Register for Bookmann</h1>
<h1 class="text-3xl font-bold text-center mb-8">Register for Bookhoard</h1>
<form hx-post="/api/auth/register" hx-target="#result" hx-swap="innerHTML" class="bg-white p-6 rounded-lg shadow-md">
<div class="mb-4">