mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-04-23 18:13:02 +08:00
feat ✨: 添加评论功能
This commit is contained in:
18
overrides/main.html
Normal file
18
overrides/main.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user