Skip to content

Commit 15d0b62

Browse files
remove disqus
1 parent e6c2f7a commit 15d0b62

File tree

4 files changed

+1
-11
lines changed

4 files changed

+1
-11
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: 'A blog about fermentation, engineering, and cell-ag'
44
logo: 'assets/images/logo.png'
55
favicon: 'assets/images/favicon.ico'
66
7-
disqus: controlledmold
87
include: ["_pages"]
98
permalink: /:title/
109
url: https://controlledmold.com

_layouts/page.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,5 @@
66
<h3 class="font-weight-bold spanborder"><span>{{page.title}}</span></h3>
77
<div class="page-content">
88
{{ content }}
9-
<!-- Comments -->
10-
{% if page.comments == true %}
11-
{% include comments.html %}
12-
{% endif %}
139
</div>
14-
</div>
10+
</div>

_layouts/post.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ <h5 class="font-weight-bold">Written by {{ author.name }} {% if author.twitter %
9999
</div>
100100
{% endif %}
101101

102-
<!-- Comments -->
103-
{% if page.comments != false %}
104-
{% include comments.html %}
105-
{% endif %}
106-
107102
</div>
108103

109104

-54.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)