diff --git a/interfaces/Catcrafts-Blog.cppm b/interfaces/Catcrafts-Blog.cppm index 71ed231..6780201 100644 --- a/interfaces/Catcrafts-Blog.cppm +++ b/interfaces/Catcrafts-Blog.cppm @@ -19,9 +19,9 @@ export namespace Catcrafts { }; std::vector* posts = new std::vector{ { - "First post!", + "Hello World!", "2025-11-12", - "Welcome to catcrafts.net!" + R"(Welcome to catcrafts.net!

This blog will mostly be dedicated to random tidbits i come across while working on my Crafter series of libraries, This website is fully written in C++ using the Crafter.CppDOM library.)" } }; std::string RenderBlog();