diff --git a/templates/article.html b/templates/article.html index 82aec90..de69a0c 100644 --- a/templates/article.html +++ b/templates/article.html @@ -77,5 +77,6 @@ {% endif %} {% include "partial/disqus.html" %} + {% include "partial/duoshuo.html" %} {% endblock %} diff --git a/templates/partial/duoshuo.html b/templates/partial/duoshuo.html new file mode 100644 index 0000000..36bf3eb --- /dev/null +++ b/templates/partial/duoshuo.html @@ -0,0 +1,15 @@ +{% if DUOSHUO_SITENAME %} +
+ + {% endif %} \ No newline at end of file