mirror of
https://github.com/conanhujinming/comments-for-awesome-courses.git
synced 2026-02-02 18:18:52 +08:00
17 lines
488 B
HTML
17 lines
488 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block disqus %}
|
|
<script src="https://giscus.app/client.js"
|
|
data-repo="beiyuouo/comments-for-awesome-courses"
|
|
data-repo-id="R_kgDOGR8dHA"
|
|
data-category="General"
|
|
data-category-id="DIC_kwDOGR8dHM4B_lvU"
|
|
data-mapping="pathname"
|
|
data-reactions-enabled="1"
|
|
data-emit-metadata="0"
|
|
data-theme="light"
|
|
data-lang="en"
|
|
crossorigin="anonymous"
|
|
async>
|
|
</script>
|
|
{% endblock %} |