Add beaudar for comments

This commit is contained in:
hongjr03 2024-01-17 17:47:01 +08:00
parent 21da06e448
commit 40234ff23a

View File

@ -0,0 +1,16 @@
<script src="https://beaudar.lipk.org/client.js"
repo="{{ .Site.Params.comments.beaudar.repo }}"
issue-term="{{ .Site.Params.comments.beaudar.issueTerm }}"
{{ with .Site.Params.comments.beaudar.label }}
label="{{ . }}"
{{ end }}
crossorigin="anonymous"
async
>
</script>
<style>
.beaudar {
max-width: unset;
}
</style>