Added comments
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 8s

This commit is contained in:
2025-12-11 07:37:41 +01:00
parent 0050125211
commit 762e0d77bf
2 changed files with 15 additions and 1 deletions

View File

@@ -115,4 +115,7 @@ git add <file>
git add . # stage all changes
```
---
---
# Comentários
{% include "partials/comments.html" %}

View File

@@ -0,0 +1,11 @@
<div id="giscus_container"></div>
<script src="https://giscus.app/client.js"
data-repo="pombas_n/gitea-pages"
data-repo-id="6397"
data-mapping="/docs/guides/git.md"
data-reactions-enabled="1"
data-emit-metadata="0"
data-theme="light"
crossorigin="anonymous"
async>
</script>