We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c5a26 commit 3f2c9bfCopy full SHA for 3f2c9bf
layouts/partials/footer.html
@@ -1,5 +1,7 @@
1
<footer class="family-secondary support content">
2
- {{ partial "giscus.html" . }}
+ {{ if eq .Section "posts" }}
3
+ {{ partial "giscus.html" . }}
4
+ {{ end }}
5
<p class="pb-2">
6
Hi! If you made it this far, maybe you want to stay in touch. You can follow me on <a
7
href="https://twitter.com/sumitsingh4613">Twitter</a>, subscribe via <a href="/index.xml">Atom/RSS</a>.
0 commit comments