Skip to content

Commit

Permalink
add comment support
Browse files Browse the repository at this point in the history
  • Loading branch information
varun7654 committed Dec 25, 2024
1 parent 1ac0c44 commit f6f1b69
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,25 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}

<div class="post-content e-content" itemprop="articleBody">
{{ content }}
<p>
<script src="https://giscus.app/client.js"
data-repo="varun7654/varun7654.github.io"
data-repo-id="R_kgDOHM_MZg"
data-category="Comments"
data-category-id="DIC_kwDOHM_MZs4ClgCB"
data-mapping="og:title"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous"
async>
</script>
</p>

{% include navlinks.html %}
</div>

Expand Down

0 comments on commit f6f1b69

Please sign in to comment.