Skip to content

Commit 3f2c9bf

Browse files
committed
show giscus in posts only
1 parent 40c5a26 commit 3f2c9bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

layouts/partials/footer.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<footer class="family-secondary support content">
2-
{{ partial "giscus.html" . }}
2+
{{ if eq .Section "posts" }}
3+
{{ partial "giscus.html" . }}
4+
{{ end }}
35
<p class="pb-2">
46
Hi! If you made it this far, maybe you want to stay in touch. You can follow me on <a
57
href="https://twitter.com/sumitsingh4613">Twitter</a>, subscribe via <a href="/index.xml">Atom/RSS</a>.

0 commit comments

Comments
 (0)