summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2026-07-23 06:55:22 +0200
committerVolpeon <git@volpeon.ink>2026-07-23 06:55:22 +0200
commitfa8475b2d0e3c5d23b54b06eb727f9cd2558fa54 (patch)
tree47bb78f2944d59b41e35ea02f50f0bab171d1c4e
parentDescription (diff)
downloadcorvos-website-fa8475b2d0e3c5d23b54b06eb727f9cd2558fa54.tar.gz
corvos-website-fa8475b2d0e3c5d23b54b06eb727f9cd2558fa54.tar.bz2
corvos-website-fa8475b2d0e3c5d23b54b06eb727f9cd2558fa54.zip
Update
-rw-r--r--src/pages/index.mdx2
-rw-r--r--src/pages/index.tsx7
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."
7import { template } from "./index.tsx"; 7import { template } from "./index.tsx";
8export { template }; 8export { template };
9 9
10Corvos provides a very customizeable experience with an emphasis on taking full advantage of TypeScript's capabilities. 10Corvos 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) => {
54 </li> 54 </li>
55 55
56 <li> 56 <li>
57 <Button 57 <Button href="https://git.wyvern.rip/corvos-website/" size="lg" wide>
58 href="https://git.wyvern.rip/corvos-website/"
59 post={<Icon icon="arrow-up-right" variant="bold" />}
60 size="lg"
61 wide
62 >
63 Example project 58 Example project
64 </Button> 59 </Button>
65 </li> 60 </li>