Skip to content

Commit

Permalink
[www] Fix <link rel=„author“> href
Browse files Browse the repository at this point in the history
  • Loading branch information
fk committed Jan 16, 2018
1 parent a92db95 commit 473f998
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/src/templates/template-blog-post.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ class BlogPostTemplate extends React.Component {
<title>{post.frontmatter.title}</title>
<link
rel="author"
href={`https://gatsbyjs.org${post.frontmatter.author.slug}`}
href={`https://gatsbyjs.org${
post.frontmatter.author.fields.slug
}`}
/>
<meta
name="description"
Expand Down

0 comments on commit 473f998

Please sign in to comment.