summaryrefslogtreecommitdiffstats
path: root/internal/admin/templates/form.html
Commit message (Collapse)AuthorAgeFilesLines
* feat: configure EditorJS ImageTool upload endpointmainivar2026-04-041-1/+6
|
* feat: add editable slug field to admin form with JS auto-populationivar2026-04-041-25/+56
|
* feat: embed admin templates into binary with //go:embedivar2026-04-031-0/+62
Move admin templates from templates/admin/*.html to internal/admin/templates/*.html and embed them using //go:embed directive. This removes the runtime dependency on having template files on disk, allowing the templates to be compiled into the binary. Changes: - Add embed import and //go:embed directive for templates - Change ParseGlob() to ParseFS() to load from embedded filesystem - Copy templates to internal/admin/templates/ for embedding Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>