Browse Source

Add utterances for comments

restructure
Garrit Franke 4 years ago
parent
commit
ff8607d042
  1. 9
      pages/posts/[post].js

9
pages/posts/[post].js

@ -30,6 +30,15 @@ export default function BlogTemplate(props) {
<div className="blog__footer">
<h2>Written By: Garrit Franke</h2>
</div>
<script
src="https://utteranc.es/client.js"
repo="garritfra/slashdev.space"
issue-term="pathname"
label="comments"
theme="github-light"
crossorigin="anonymous"
async
></script>
</article>
<style jsx>
{`

Loading…
Cancel
Save