Skip to content

Commit

Permalink
fix frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Feb 8, 2025
1 parent 173676f commit af5acfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nuejs.org/docs/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit af5acfe

Please sign in to comment.