From 03fdb5d49731e9dee7a9a3729c95880b46699271 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Wed, 12 Nov 2025 21:02:01 +0100 Subject: [PATCH] commit --- interfaces/Catcrafts-Blog.cppm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();