Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
thandaanda committed Jul 13, 2020
1 parent 944fd12 commit 67760a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gatsby-theme-ghost-attila/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@draftbox-co/gatsby-theme-ghost-attila",
"description": "A Gatsby theme plugin for creating blogs from headless Ghost CMS.",
"version": "1.0.37",
"version": "1.0.38",
"license": "MIT",
"author": "Draftbox",
"homepage": "https://github.com/draftbox-co/gatsby-attila-theme-ghost",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const ContactMeta = ({ location }) => {
"@context": `https://schema.org/`,
"@type": "WebPage",
url: canonical,
headline: 'Contact | ' + config.metadata.title || config.metadata.title,
headline: 'Contact | ' + config.metadata.title || config.siteTitle,
image: shareImage
? {
"@type": `ImageObject`,
Expand Down

0 comments on commit 67760a3

Please sign in to comment.