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 8008c67 commit 825fac2Copy full SHA for 825fac2
src/layouts/Layout.astro
@@ -26,7 +26,7 @@ const { title, description, hideTitle, noindex } =
26
Astro.props.frontmatter || Astro.props;
27
28
const DEFAULT_DESCRIPTION =
29
- "Hey! I'm Joe! I'm a Software & DevOps Engineer based in the UK, Co-Founder of Python Discord and a Fellow of the Python Software Foundation.";
+ "Hey! I'm Joe! I'm a Software Engineer based in London, Co-Founder of Python Discord and a Fellow of the Python Software Foundation.";
30
31
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
32
---
0 commit comments