We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdb084 commit dbe8788Copy full SHA for dbe8788
.lektorproject
@@ -11,3 +11,4 @@ lektor-markdown-header-anchors = 0.3.1
11
lektor-google-analytics = 0.1.3
12
lektor-webpack-support = 0.5
13
lektor-atom = 0.3
14
+lektor-disqus-comments = 0.4.1
configs/disqus-comments.ini
@@ -0,0 +1 @@
1
+shortname = 'cc-open-source'
templates/blog-post.html
@@ -21,4 +21,5 @@ <h2 class="mb-0">{{ this.title }}</h2>
21
</p>
22
</div>
23
24
+ <div class="comments">{{ render_disqus_comments() }}</div>
25
{% endblock %}
0 commit comments