Skip to content

Commit dbe8788

Browse files
committed
Added disqus comments to blog.
1 parent 5fdb084 commit dbe8788

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.lektorproject

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ lektor-markdown-header-anchors = 0.3.1
1111
lektor-google-analytics = 0.1.3
1212
lektor-webpack-support = 0.5
1313
lektor-atom = 0.3
14+
lektor-disqus-comments = 0.4.1

configs/disqus-comments.ini

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shortname = 'cc-open-source'

templates/blog-post.html

+1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ <h2 class="mb-0">{{ this.title }}</h2>
2121
</p>
2222
</div>
2323
</div>
24+
<div class="comments">{{ render_disqus_comments() }}</div>
2425
{% endblock %}

0 commit comments

Comments
 (0)