[17] add Discord Widget to docs (#2129)

This commit is contained in:
YozoraXCII 2024-06-21 14:42:26 +01:00 committed by GitHub Action
parent 88350a180b
commit 852ff0cb97
2 changed files with 16 additions and 1 deletions

View file

@ -1 +1 @@
2.0.2-build16
2.0.2-build17

15
docs/overrides/main.html Normal file
View file

@ -0,0 +1,15 @@
{% extends "base.html" %}
{% block extrahead %}
<script src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' async defer>
const button = new Crate({
server: '822460010649878528', // Funky Penguin
channel: '822460010649878531', // #elf-friends channel
username: 'Kometa Website Visitor',
indicator: true,
color: '#00bc8c',
location: ['bottom', 'left']
})
</script>
{% endblock %}