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.
2 parents 39b5861 + a605695 commit 24159c3Copy full SHA for 24159c3
src/app/HelmetMeta.js
@@ -7,7 +7,7 @@ export const HelmetMeta = () => {
7
return (
8
<Helmet>
9
<meta name="theme-color" content={Settings.colors.primary} />
10
- <title>{Resume.basics.name} | Bremen, Germany</title>
+ <title>{Resume.basics.name} | {Resume.basics.location.city}, {Resume.basics.location.country}</title>
11
<meta name="author" content={Resume.basics.name} />
12
<meta name="description" content={Resume.basics.description} />
13
<meta name="keywords" content={Resume.basics.keywords} />
0 commit comments