# Blog Detail Module

- Purpose: Extends default blog posts with custom meta and rendering for the detail view.
- `acf.php`: Declares ACF fields for single blog meta (intro, highlight, etc.).
- `shortcodes.php`: Outputs blog detail elements like the highlight block.
- `page.css|page.js|page.anim.js`: Detail-page styling, behaviors, and animations.

### Notes
- Meta fields are stored per post; when duplicating posts ensure the ACF JSON stays in sync or the highlight block may render empty.
- Shortcodes rely on default `the_content` hooks—if you change the single post template, remember to call them or embed via `[remark_blog_single section="..."]`.
