4 Commits

Author SHA1 Message Date
jbrechtel 119d4100b5 add RSS import feature
Build and Deploy / build-and-deploy (push) Successful in 1m9s
2026-07-10 14:49:50 -04:00
jbrechtel af8f705579 Copy CSS
Build and Deploy / build-and-deploy (push) Successful in 1m25s
2026-07-08 22:00:58 -04:00
jbrechtel 76425caf65 make RSS feed link smaller and more subtle
Build and Deploy / build-and-deploy (push) Successful in 47s
Replace the full neobrutalism card with a compact inline row. The
URL is now clickable to copy, with a brief Copied! confirmation.
2026-07-08 16:39:15 -04:00
jbrechtel c3d1adddc2 Fix blank episode form: move all CSS to external static files
Build and Deploy / build-and-deploy (push) Successful in 47s
- Go html/template rejects <style> blocks and inline style attributes
  when template expressions are present in URL/CSS contexts
- Move all inline CSS to static/auth.css, static/episode.css,
  static/dashboard.css
- Serve static files from embedded FS via /static/ handler
- Fix missing </div> in episode form audio file group
2026-07-08 13:12:43 -04:00