From fa8475b2d0e3c5d23b54b06eb727f9cd2558fa54 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 23 Jul 2026 06:55:22 +0200 Subject: Update --- src/pages/index.mdx | 2 +- src/pages/index.tsx | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 5948423..25387ce 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -7,4 +7,4 @@ description: "Project website of Corvos, a static site generator for Deno." import { template } from "./index.tsx"; export { template }; -Corvos provides a very customizeable experience with an emphasis on taking full advantage of TypeScript's capabilities. +Corvos provides a highly customizeable experience with an emphasis on taking full advantage of TypeScript's capabilities. diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 5b1fa1f..59f27de 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -54,12 +54,7 @@ export const template = site.$.template({ type: "home" }, (page, pages) => {
  • -
  • -- cgit v1.3.1