add comment if

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-05 15:57:29 -06:00
parent 99cd20d345
commit c4bf4abb20
2 changed files with 4 additions and 0 deletions

View File

@ -279,9 +279,11 @@ Never add the generated public key from step 2 to gitea.</p>
Email me if you need help.</p>
</section>
</article>
<script src="https://utteranc.es/client.js" repo="rowan.a.tl/website-comments" issue-term="pathname" theme="github-light" crossorigin="anonymous" async>
</script>
</main>
<footer>

View File

@ -9,6 +9,7 @@
$body$
</section>
</article>
$if(comment)$
<script src="https://utteranc.es/client.js"
repo="rowan.a.tl/website-comments"
issue-term="pathname"
@ -16,3 +17,4 @@
crossorigin="anonymous"
async>
</script>
$endif$