Added sitemap, with filtering of disabled pages, removal of content from disabled pages, robots.txt generation pointing to the sitemap, adjustment of the Navbar generation to ignore disabled entries, e2e check for all pages including a non-blank title, content for body mods page
This commit is contained in:
@@ -3,7 +3,7 @@ import BaseLayout from './BaseLayout.astro';
|
||||
|
||||
const resume = Astro.props.resume;
|
||||
---
|
||||
<BaseLayout>
|
||||
<BaseLayout title={Astro.props.title}>
|
||||
<div class="h-dvh">
|
||||
<iframe src={resume} class="mx-auto w-9/10 md:w-3/5 h-7/10 md:h-4/5"/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user