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 e00fea1 commit 4c3603aCopy full SHA for 4c3603a
gatsby-wordpress-theme-libre/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@draftbox-co/gatsby-wordpress-theme-libre",
3
- "version": "1.0.35",
+ "version": "1.0.36",
4
"license": "MIT",
5
"resolutions": {
6
"sharp": "0.23.4"
gatsby-wordpress-theme-libre/src/components/meta/contact-meta.js
@@ -42,7 +42,7 @@ const ContactMeta = ({ location }) => {
42
const config = data.site.siteMetadata;
43
44
const baseUrl = data.site.siteMetadata.siteUrl;
45
- const siteTitle = `Contact | ${data.site.siteMetadata.siteTitle}`;
+ const siteTitle = data.site.siteMetadata.siteTitle;
46
47
const canonical = url.resolve(baseUrl, location.pathname);
48
0 commit comments