We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f0338 commit 12fc4b2Copy full SHA for 12fc4b2
1 file changed
ui/src/layouts/Layout.astro
@@ -8,7 +8,7 @@ interface Props {
8
titleSuffix?: string;
9
}
10
11
-const { title, titleSuffix = "Ultimate Python Guide" } = Astro.props;
+const { title, titleSuffix = "Ultimate Python" } = Astro.props;
12
const lang = getLangFromUrl(Astro.url);
13
---
14
0 commit comments