From af5acfe5e6cf7ebbcc2849c20b3bc4b1aa3928c4 Mon Sep 17 00:00:00 2001 From: nobkd <44443899+nobkd@users.noreply.github.com> Date: Sat, 8 Feb 2025 02:09:55 +0100 Subject: [PATCH] fix frontmatter --- packages/nuejs.org/docs/data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nuejs.org/docs/data.md b/packages/nuejs.org/docs/data.md index facccfad..7a2416de 100644 --- a/packages/nuejs.org/docs/data.md +++ b/packages/nuejs.org/docs/data.md @@ -134,11 +134,11 @@ Individual pages have full control through front matter: ```yaml # blog/design-system.md ---- +\--- title: "Mathematical Design Systems" description: "Creating interfaces through calculated precision" og_image: "/images/math-design.jpg" ---- +\--- ``` Data flows naturally from global to specific, with each layer having the power to extend or override what came before. This creates a system that's both consistent and flexible – global changes propagate automatically, while individual pages maintain their autonomy when needed.