commit
This commit is contained in:
parent
cef5a32041
commit
03fdb5d497
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue