mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 12:20:12 +01:00
9 lines
485 B
Text
9 lines
485 B
Text
|
<script src="https://utteranc.es/client.js"
|
||
|
repo='{{ site.comments.utterances.repo }}'
|
||
|
issue-term="{{ site.comments.utterances.issue-term}}"
|
||
|
theme="{% if site.comments.utterances.theme %}{{ site.comments.utterances.theme }}{% elsif site.color_theme == 'dark' %}github-dark{% else %}github-light{% endif %}"
|
||
|
{% if site.comments.utterances.label %}label="{{ site.comments.utterances.label }}"{% endif %}
|
||
|
crossorigin="anonymous"
|
||
|
async>
|
||
|
</script>
|