Skip to content

Commit 0aa08aa

Browse files
authored
Update home.html
1 parent 2302684 commit 0aa08aa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_layouts/home.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,15 @@ <h1 class="card-title my-2 mt-md-0">{{ post.title }}</h1>
116116
{% if paginator.total_pages > 1 %}
117117
{% include post-paginator.html %}
118118
{% endif %}
119+
120+
121+
{% raw %}
122+
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer></script>
123+
<script>
124+
new Crate({
125+
server: '1436371718036783226',
126+
channel: '1436371719152472177'
127+
})
128+
</script>
129+
{% endraw %}
130+

0 commit comments

Comments
 (0)