We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7351754 commit 274ae4aCopy full SHA for 274ae4a
1 file changed
src/layouts/BaseLayout.astro
@@ -23,7 +23,7 @@ export const AARONS_BLOG_DESCRIPTION = {
23
24
const {
25
lang,
26
- title: posttitle = AARONS_BLOG_TITLE,
+ title: posttitle,
27
author = AARON,
28
keywords = AARONS_BLOG_KEYWORDS[lang as Lang],
29
description = AARONS_BLOG_DESCRIPTION[lang as Lang],
0 commit comments