{project.data.title}
+{project.data.description}
+ {project.data.stack.length > 0 && ( + + )} + +diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index cedb805..54de895 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -4,11 +4,6 @@ import { siteConfig } from '../lib/site';
diff --git a/src/components/Header.astro b/src/components/Header.astro
index 223da38..22fa8e4 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -5,16 +5,20 @@ import { siteConfig } from '../lib/site';
const navLinks = [
{ href: '/', label: 'Home' },
{ href: '/blog/', label: 'Blog' },
- { href: '/about/', label: 'About' },
+ { href: '/projects/', label: 'Projects' },
+ { href: '/now/', label: 'Now' },
];
---
Hi, I'm
{siteConfig.role}
{siteConfig.description}
{project.data.description}
+ {project.data.stack.length > 0 && ( +last updated: {updated}
+