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> Email me if you need help.</p>
</section> </section>
</article> </article>
<script src="https://utteranc.es/client.js" repo="rowan.a.tl/website-comments" issue-term="pathname" theme="github-light" crossorigin="anonymous" async> <script src="https://utteranc.es/client.js" repo="rowan.a.tl/website-comments" issue-term="pathname" theme="github-light" crossorigin="anonymous" async>
</script> </script>
</main> </main>
<footer> <footer>

View File

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