Skip to content

Commit

Permalink
Minor fix in contact meta
Browse files Browse the repository at this point in the history
  • Loading branch information
thandaanda committed Jul 13, 2020
1 parent e00fea1 commit 4c3603a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gatsby-wordpress-theme-libre/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@draftbox-co/gatsby-wordpress-theme-libre",
"version": "1.0.35",
"version": "1.0.36",
"license": "MIT",
"resolutions": {
"sharp": "0.23.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ContactMeta = ({ location }) => {
const config = data.site.siteMetadata;

const baseUrl = data.site.siteMetadata.siteUrl;
const siteTitle = `Contact | ${data.site.siteMetadata.siteTitle}`;
const siteTitle = data.site.siteMetadata.siteTitle;

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

Expand Down

0 comments on commit 4c3603a

Please sign in to comment.