mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-06-17 19:43:30 +08:00
Add beaudar for comments
This commit is contained in:
parent
21da06e448
commit
40234ff23a
16
layouts/partials/comments/provider/beaudar.html
Normal file
16
layouts/partials/comments/provider/beaudar.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user