Update contact, add donate page
This commit is contained in:
@@ -36,7 +36,7 @@ const { Content, remarkPluginFrontmatter: data } = await render(post);
|
||||
title={data.title}
|
||||
description={data.description}
|
||||
>
|
||||
<article class='prose prose-invert max-w-[800px] mx-auto'>
|
||||
<article class='prose prose-invert max-w-3xl mx-auto'>
|
||||
<h1>{data.title}</h1>
|
||||
<Content components={{ ...components }} />
|
||||
<hr />
|
||||
|
@@ -27,7 +27,7 @@ const lang = getLangFromUrl(Astro.url);
|
||||
---
|
||||
|
||||
<Layout {...pageData}>
|
||||
<div class='prose prose-invert max-w-[800px] mx-auto'>
|
||||
<div class='prose prose-invert max-w-3xl mx-auto'>
|
||||
<h1>{pageData.title}</h1>
|
||||
<p>{pageData.description}</p>
|
||||
<PostItemList
|
||||
|
Reference in New Issue
Block a user