Skip to content

Commit 4c3603a

Browse files
committed
Minor fix in contact meta
1 parent e00fea1 commit 4c3603a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gatsby-wordpress-theme-libre/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draftbox-co/gatsby-wordpress-theme-libre",
3-
"version": "1.0.35",
3+
"version": "1.0.36",
44
"license": "MIT",
55
"resolutions": {
66
"sharp": "0.23.4"

gatsby-wordpress-theme-libre/src/components/meta/contact-meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const ContactMeta = ({ location }) => {
4242
const config = data.site.siteMetadata;
4343

4444
const baseUrl = data.site.siteMetadata.siteUrl;
45-
const siteTitle = `Contact | ${data.site.siteMetadata.siteTitle}`;
45+
const siteTitle = data.site.siteMetadata.siteTitle;
4646

4747
const canonical = url.resolve(baseUrl, location.pathname);
4848

0 commit comments

Comments
 (0)