This commit is contained in:
Jorijn van der Graaf 2025-11-12 21:02:01 +01:00
commit 03fdb5d497

View file

@ -19,9 +19,9 @@ export namespace Catcrafts {
}; };
std::vector<BlogPost>* posts = new std::vector<BlogPost>{ std::vector<BlogPost>* posts = new std::vector<BlogPost>{
{ {
"First post!", "Hello World!",
"2025-11-12", "2025-11-12",
"Welcome to catcrafts.net!" R"(Welcome to catcrafts.net!<br><br> 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(); std::string RenderBlog();