feat : 添加评论功能

This commit is contained in:
beiyuouo
2022-03-21 21:56:52 +08:00
parent b6c310e826
commit ccf7918946
3 changed files with 94 additions and 74 deletions

18
overrides/main.html Normal file
View File

@@ -0,0 +1,18 @@
{% extends "base.html" %}
{% block disqus %}
<script src="https://giscus.app/client.js"
data-repo="beiyuouo/cs-self-learning"
data-repo-id="R_kgDOHCecoA"
data-category="General"
data-category-id="DIC_kwDOHCecoM4COM4X"
data-mapping="pathname"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="dark_dimmed"
data-lang="zh-CN"
crossorigin="anonymous"
async>
</script>
{% endblock %}