diff --git a/implementations/Catcrafts-Blog.cpp b/implementations/Catcrafts-Blog.cpp index 7cf52b1..b9f5273 100644 --- a/implementations/Catcrafts-Blog.cpp +++ b/implementations/Catcrafts-Blog.cpp @@ -61,10 +61,11 @@ export namespace Catcrafts { } void RenderBlogPost(const std::string_view slug) { + std::cout << "render "<< std::endl; for(const BlogPost& post : *posts) { if(post.slug == slug) { main->SetInnerHTML(std::format(R"( -