summaryrefslogtreecommitdiffstats
path: root/internal/admin/templates
Commit message (Collapse)AuthorAgeFilesLines
* feat: configure EditorJS ImageTool upload endpointmainivar12 days1-1/+6
|
* .ivar12 days2-8/+18
|
* feat: add editable slug field to admin form with JS auto-populationivar12 days1-25/+56
|
* feat: embed admin templates into binary with //go:embedivar13 days4-0/+143
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>