mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-04-02 16:44:56 +02:00
When no build-time webmentions exist, the first type to be processed was silently dropped because createWebmentionsSection() only creates the wrapper, not the type-specific section. After calling it, the code tried to find the selector which still didn't exist. Fixed by: create wrapper if needed, then always append the section to the wrapper and get the row/list from the newly created section.