+
+ v{frontmatter.version}
+ β’
+
+
+
+ + {frontmatter.title} +
+ ++ {frontmatter.description} +
+
+
+
+
+ {/* Footer Navigation */}
+
+ diff --git a/app/(marketing)/components/build-timeline.tsx b/app/(marketing)/components/build-timeline.tsx index 0874b6a..7da3bbf 100644 --- a/app/(marketing)/components/build-timeline.tsx +++ b/app/(marketing)/components/build-timeline.tsx @@ -226,7 +226,7 @@ export const BuildTimeline = ({ data }: BuildTimelineProps) => { {/* Achievements */} {week.achievements.length > 0 && ( -
+ {frontmatter.description} +
++ {children} +
+ ), + + // Lists + ul: ({ children, ...props }) => ( +
+ {children}
+
+ ),
+ code: ({ children, ...props }) => (
+
+ {children}
+
+ ),
+
+ // Blockquote
+ blockquote: ({ children, ...props }) => (
+ + {children} ++ ), + + // Horizontal rule + hr: (props) => ( +
+ Volledige changelog van het Mini-ECD prototype. Build in public met transparantie over features, tijd en kosten. +
++ {release.frontmatter.description} +
+