Skip to content

Commit

Permalink
Add giscus
Browse files Browse the repository at this point in the history
  • Loading branch information
tertek committed Jul 26, 2024
1 parent d4e98ee commit 02e2494
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
{%- endif -%}</p>
</header>

<script src="https://giscus.app/client.js"
data-repo="tertek/tertek.github.io"
data-repo-id="R_kgDOMIYouw"
data-category="Announcements"
data-category-id="DIC_kwDOMIYou84ChMpn"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="light"
data-lang="en"
crossorigin="anonymous"
async>
</script>

<div class="share-links">
{% include sharelinks.html %}
</div>
Expand All @@ -27,4 +43,4 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
</div>

<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
</article>
</article>

0 comments on commit 02e2494

Please sign in to comment.