Skip to content

Commit

Permalink
apply utterances to improved comment system
Browse files Browse the repository at this point in the history
Signed-off-by: Ji-Hyeon Gim <[email protected]>
  • Loading branch information
potatogim committed Jan 10, 2023
1 parent b0ea19d commit e43edac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ <h1 class="title">{{ page.title }}</h1>
<section class="rss">
<p class="rss-subscribe text"><strong>Subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></strong></p>
</section>
-->

<!--
<section class="share">
<span>Share: </span>
{% for social in site.social %}
Expand Down Expand Up @@ -94,6 +96,7 @@ <h1 class="title">{{ page.title }}</h1>
{% endfor %}
</section>
-->

{% if site.inter_post_navigation == true %}
<section class="post-navigation">
<span class="prev-post">
Expand Down Expand Up @@ -121,6 +124,15 @@ <h1 class="title">{{ page.title }}</h1>
</section>
{% endif %}

<script src="https://utteranc.es/client.js"
repo="gluesys/tech-blog"
issue-term="pathname"
label="comment"
theme="github-light"
crossorigin="anonymous"
async>
</script>

{% if site.disqus_shortname %}
{% unless page.disqus_disabled %}
<section class="disqus">
Expand Down

0 comments on commit e43edac

Please sign in to comment.