The blog posts from December 14 and 15, 2024, contained "embed" tags that are now broken.
I've solved the workflow issues I was discussing here, but I want to leave these old blog posts to show how I was
thinking about the problem as I figured it out.
~wharf 2025-09-05
In thinking about ways to structure my neocities site, I've been thinking about how I want to handle blog posts. For now, I'm just doing this reverse
chronological stack of "cards" on the homepage (which is for now the only page, lol), but that means I have to write the posts directly in the HTML.
That's kinda fine for the very barebones situation of neocities, but it had me thinking about ways to store the posts on external files and embed them.
This brought me to the <embed> tag, so I figured I'd test it out, which gives us: