Add gap between user link and artwork

This commit is contained in:
blankie 2023-04-28 15:16:10 +07:00
parent 14a08e4937
commit c4407d86e5
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 0 deletions

View File

@ -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")
});