Fix comments section
This commit is contained in:
2
public
2
public
Submodule public updated: e90318a454...a198c077f8
@@ -33,6 +33,10 @@ export default function Post({ data }) {
|
|||||||
<div dangerouslySetInnerHTML={{ __html: post.html }} />
|
<div dangerouslySetInnerHTML={{ __html: post.html }} />
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
<section class="comments">
|
||||||
|
<a id="comments-section">
|
||||||
|
<h2>Comments</h2>
|
||||||
|
</a>
|
||||||
<DiscussionEmbed
|
<DiscussionEmbed
|
||||||
shortname='fishybusiness'
|
shortname='fishybusiness'
|
||||||
config={
|
config={
|
||||||
@@ -43,6 +47,7 @@ export default function Post({ data }) {
|
|||||||
language: 'en_US'
|
language: 'en_US'
|
||||||
}
|
}
|
||||||
} />
|
} />
|
||||||
|
</section>
|
||||||
</Layout>
|
</Layout>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user