begin /journal and /articles

This commit is contained in:
Avraham Sakal
2024-11-24 09:42:28 -05:00
parent fc263eeb65
commit 2d4e1fb375
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
---
import Layout from '../../layouts/Layout.astro';
export const prerender = true;
---
<Layout title="Articles">
<main>
</main>
</Layout>
+1
View File
@@ -1,5 +1,6 @@
---
import Layout from '../../layouts/Layout.astro';
export const prerender = true;
---
<Layout title="Journal Entries">
<main>