mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 23:50:04 +08:00
chore(chat): add gitter js
This commit is contained in:
parent
b781e56647
commit
cf7089cfc8
@ -42,6 +42,25 @@
|
||||
defer
|
||||
src="https://use.fontawesome.com/releases/v5.7.2/js/all.js"
|
||||
></script>
|
||||
{% if page.lang == "zh" %}
|
||||
<script>
|
||||
((window.gitter = {}).chat = {}).options = {
|
||||
room: "SpaceVim/cn",
|
||||
};
|
||||
</script>
|
||||
{% else %}
|
||||
<script>
|
||||
((window.gitter = {}).chat = {}).options = {
|
||||
room: "SpaceVim/SpaceVim",
|
||||
};
|
||||
</script>
|
||||
{% endif %}
|
||||
|
||||
<script
|
||||
src="https://sidecar.gitter.im/dist/sidecar.v1.js"
|
||||
async
|
||||
defer
|
||||
></script>
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}" />
|
||||
{% if page.lang == "zh" %}
|
||||
|
Loading…
Reference in New Issue
Block a user