Add comments section
This commit is contained in:
parent
aeadc71e96
commit
b9268713e4
@ -26,4 +26,25 @@ layout: default
|
|||||||
<div class="entry">
|
<div class="entry">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
<hr/>
|
||||||
|
{% if page.discussion %}
|
||||||
|
<div class="entry">
|
||||||
|
You can also send out an email with your comments @ neophytenuggets@protonmail.me
|
||||||
|
</div>
|
||||||
|
<hr/>
|
||||||
|
<script src="https://giscus.app/client.js"
|
||||||
|
data-repo="cool-mist/bbb"
|
||||||
|
data-repo-id="MDEwOlJlcG9zaXRvcnkzMTkzNTk1MTI="
|
||||||
|
data-mapping="number"
|
||||||
|
data-term="{{page.discussion}}"
|
||||||
|
data-reactions-enabled="0"
|
||||||
|
data-emit-metadata="0"
|
||||||
|
data-input-position="bottom"
|
||||||
|
data-theme="light_tritanopia"
|
||||||
|
data-lang="en"
|
||||||
|
data-loading="lazy"
|
||||||
|
crossorigin="anonymous"
|
||||||
|
async>
|
||||||
|
</script>
|
||||||
|
{% endif %}
|
||||||
</article>
|
</article>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
title: The No Hello Nonsense!
|
title: The No Hello Nonsense!
|
||||||
|
discussion: 4
|
||||||
categories: ["ideas", "rant"]
|
categories: ["ideas", "rant"]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -47,4 +47,3 @@ layout: default
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user