mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 12:03:31 +08:00
16 lines
400 B
HTML
16 lines
400 B
HTML
<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> |