Added comments
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 8s
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 8s
This commit is contained in:
@@ -115,4 +115,7 @@ git add <file>
|
||||
git add . # stage all changes
|
||||
```
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
# Comentários
|
||||
{% include "partials/comments.html" %}
|
||||
|
||||
11
docs/partials/comments.html
Normal file
11
docs/partials/comments.html
Normal 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>
|
||||
Reference in New Issue
Block a user