Skip to content

Commit

Permalink
Move comments to bottom of article.
Browse files Browse the repository at this point in the history
  • Loading branch information
tertek committed Jul 26, 2024
1 parent 02e2494 commit e7f19de
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,6 @@ <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 @@ -44,3 +28,19 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}

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

<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>

0 comments on commit e7f19de

Please sign in to comment.