feat: add home link to navigation

This commit is contained in:
2026-05-10 23:41:46 +10:00
parent 6e1728d35e
commit d990adf193
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
/** @type {NavLink[]} */
const NAV_LINKS = [
{ label: 'home', href: '/' },
{ label: 'blog', href: '/blog.html' },
{ label: 'docs', href: '/docs/' },
{ label: 'github', href: 'https://github.com/litruv', external: true },

View File

@@ -732,7 +732,7 @@ body.blog-page {
border: 1px solid rgba(205, 214, 244, 0.14);
border-radius: 16px;
box-shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
padding: 22px 24px 28px 48px;
padding: 22px 48px 28px 48px;
}
.blog-post-header {