copy: rename site branding to Krishna

This commit is contained in:
OpenCode Worker
2026-06-03 12:51:00 -05:00
parent 05440d2d5e
commit b28a542a57
15 changed files with 13 additions and 13 deletions

View File

@@ -32,8 +32,8 @@ const plexMono = IBM_Plex_Mono({
})
export const metadata: Metadata = {
title: { template: '%s | blog', default: 'blog' },
description: 'A sleek static blog with code and math.',
title: { template: '%s | Krishna', default: 'Krishna' },
description: 'A sleek static journal with code and math.',
}
export default function RootLayout({ children }: { children: React.ReactNode }) {