From 58a1ab25bd31c27816294eeca3d5202161dfb557 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 22 Jul 2026 22:42:10 +0200 Subject: Description --- src/pages/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/pages/index.tsx') diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 0cbc3f8..5b1fa1f 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -36,7 +36,9 @@ export const template = site.$.template({ type: "home" }, (page, pages) => { – A static site generator for Deno. -
{{ __html: page.content }}
+ + {{ __html: page.content }} +
  • -- cgit v1.3.1