From db0ea3f30f67c3817ab2a2630d0f4b87f8fa62da Mon Sep 17 00:00:00 2001 From: Pedro zagato Date: Mon, 11 May 2026 14:58:37 -0300 Subject: [PATCH 1/5] feat: create related posts and products --- blog/sections/Template.tsx | 43 +++++++++++++++++++++++--------------- blog/types.ts | 19 +++++++++++++++-- 2 files changed, 43 insertions(+), 19 deletions(-) diff --git a/blog/sections/Template.tsx b/blog/sections/Template.tsx index c693a50c8..76b110a14 100644 --- a/blog/sections/Template.tsx +++ b/blog/sections/Template.tsx @@ -1,6 +1,5 @@ import { BlogPost } from "../types.ts"; import { CSS } from "../static/css.ts"; -import { renderSection } from "../../website/pages/Page.tsx"; import { AppContext } from "../mod.ts"; export interface Props { @@ -42,27 +41,37 @@ export default function Template(