begin `/journal` and `/articles`

master
Avraham Sakal 5 months ago
parent fc263eeb65
commit 2d4e1fb375

@ -1,5 +1,6 @@
---
import Layout from '../../layouts/Layout.astro';
export const prerender = true;
---
<Layout title="Articles">
<main>

@ -1,5 +1,6 @@
---
import Layout from '../../layouts/Layout.astro';
export const prerender = true;
---
<Layout title="Journal Entries">
<main>

Loading…
Cancel
Save