# Legacy / non-canonical blog draft HTML (inventory)

**Last Updated:** 2026-03-23

**Canonical name:** `content-draft.html` in `docs/content/blog/posts/{category}/{slug}/`. Iterations use **Git** (commits/branches), not new filenames such as `*-expanded`, `*-improved`, or scratch copies under `v2/data/blog/posts/`.

## Policy

- **Do not commit** `*-expanded.html`, `content-draft-expanded.html`, or `*-improved-content.html` under `v2/data/blog/posts/` (those belong in docs as `content-draft.html` or `/tmp` during a session).
- **Scratch / one-off:** use `update-post-content.php --stdin` or `/tmp/{slug}-body.html`, then paste or copy into `content-draft.html` when committing.

## Known stragglers (reconcile when touching the post)

| Path | Note |
|------|------|
| `docs/.../lexikon/mittagsruhe/content-expanded.html` | Same mtime as `content-draft.html` but **larger** file; likely WIP—merge into single `content-draft.html` and remove duplicate when verified against live JSON. |
| `docs/.../lexikon/jahresgespraech/content-draft-expanded.html` | Same mtime as `content-draft.html` but **larger**; reconcile manually before deleting. |
| `docs/.../lexikon/teilzeitarbeit/content-draft.html` | **2026-03-23:** Renamed from `content-expanded.html` for canonical naming. |

## Removed in cleanup (2026-03-23)

- `v2/data/blog/posts/lexikon/24-stunden-schicht-improved-content.html` (temporary per post IMPROVEMENT_SUMMARY)
- `v2/data/blog/posts/ratgeber/zeiterfassung-excel-improved-content.html` (temporary)

## Related

- [BLOG_CONTENT_EDIT_WORKFLOW.md](BLOG_CONTENT_EDIT_WORKFLOW.md)
- [CONTENT_CREATION_WORKFLOW_2026.md](CONTENT_CREATION_WORKFLOW_2026.md) (mentions deprecated `content-expanded.html` naming)
