There was an error while loading. Please reload this page.
1 parent 878e407 commit e6780b3Copy full SHA for e6780b3
1 file changed
src/pages/projects/[slug].astro
@@ -24,7 +24,10 @@ const { data } = entry;
24
const { Content } = await render(entry);
25
---
26
27
-<Base title={`${data.title} · Carleton Computer Science Showcase`} description={data.description}>
+<Base
28
+ title={`${data.title} · Carleton Computer Science Showcase`}
29
+ description={data.description}
30
+>
31
<a href="/projects" class="text-muted hover:text-accent text-sm"
32
>← All projects</a
33
>
0 commit comments