update gemtext error handler

This commit is contained in:
yggverse 2025-03-05 17:57:28 +02:00
parent c8607e151a
commit 33943d37f1
9 changed files with 64 additions and 108 deletions

View file

@ -63,7 +63,6 @@ impl Item {
));
target_child.append(&page.navigation.g_box);
target_child.append(&page.notice.banner);
target_child.append(&page.content.g_box);
target_child.append(&page.search.g_box);
target_child.append(&page.input.clamp);