Merge branch 'quartz' of https://git.ryanpandya.com/ryan/blog into quartz
This commit is contained in:
@@ -9,7 +9,8 @@ const NotFound: QuartzComponent = ({ cfg }: QuartzComponentProps) => {
|
||||
return (
|
||||
<article class="popover-hint">
|
||||
<h1>404</h1>
|
||||
<p>{i18n(cfg.locale).pages.error.notFound}</p>
|
||||
<p>This page doesn't exist, which almost certainly means I haven't written it yet.</p>
|
||||
<p>I'm actively working on this site, so it should work in the next few weeks.</p>
|
||||
<a href={baseDir}>{i18n(cfg.locale).pages.error.home}</a>
|
||||
</article>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user