diff --git a/routes/artworks.cpp b/routes/artworks.cpp index 968c5f5..db50805 100644 --- a/routes/artworks.cpp +++ b/routes/artworks.cpp @@ -42,6 +42,7 @@ void artworks_route(const httplib::Request& req, httplib::Response& res, const C Element body("body", { Element("h2", {illust.title}), generate_user_link(req, config, illust), + Element("br"), !preview ? generate_images(req, config, illust) : generate_preview_images(req, config, illust), Element("br") });