Skip to content

Commit

Permalink
Enable comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed May 20, 2024
1 parent f823ca3 commit eaa5921
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions src/layouts/article.layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,31 @@ export default function articleLayout (args) {
}
</section>
<!--
<footer>
<p>Footer notes or related info here...</p>
</footer>
-->
<!--
<footer>
</footer>
-->
</article>
<hr/>
<script src="https://giscus.app/client.js"
data-repo="bcomnes/bret.io"
data-repo-id="MDEwOlJlcG9zaXRvcnk3MjgwNzcxMg=="
data-category="Announcements"
data-category-id="DIC_kwDOBFb1IM4CN-FH"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="preferred_color_scheme"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous"
async>
</script>
${breadcrumb({ pathSegments })}
`

Expand Down

0 comments on commit eaa5921

Please sign in to comment.