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 3a68562 commit 89ef61eCopy full SHA for 89ef61e
guides/guides-base/src/templates/post.jsx
@@ -54,7 +54,7 @@ export default class PostTemplate extends React.Component {
54
<title>{`${post.title} | ${config.siteTitle}`}</title>
55
</Helmet>
56
<SEO config={config} postPath={slug} postNode={postNode} postSEO />
57
- <Header />
+ <Header githubUrl={config.githubUrl} />
58
<Container>
59
<ContentContainer>
60
<ContentHeader>{post.title}</ContentHeader>
0 commit comments