Skip to content

Commit 07b910b

Browse files
committed
remove disqus
1 parent 42197fa commit 07b910b

File tree

5 files changed

+0
-41
lines changed

5 files changed

+0
-41
lines changed

_config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ share-links-active:
8989
url-pretty: "radio-pi.github.io" # eg. "deanattali.com/beautiful-jekyll"
9090

9191
# --- Misc --- #
92-
# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
93-
#disqus: ""
94-
9592
# piwik tracking
9693
piwik_analytics: true
9794

_includes/disqus.html

-17
This file was deleted.

_layouts/page.html

-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
<div class="row">
99
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
1010
{{ content }}
11-
{% if page.comments %}
12-
<div class="disqus-comments">
13-
{% include disqus.html %}
14-
</div>
15-
{% endif %}
1611
</div>
1712
</div>
1813
</div>

_layouts/post.html

-6
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
4141
</li>
4242
{% endif %}
4343
</ul>
44-
45-
{% if page.comments %}
46-
<div class="disqus-comments">
47-
{% include disqus.html %}
48-
</div>
49-
{% endif %}
5044
</div>
5145
</div>
5246
</div>

css/main.css

-10
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,6 @@ img {
8484
max-width: 100%;
8585
}
8686

87-
.disqus-comments {
88-
margin-top: 30px;
89-
}
90-
91-
@media only screen and (min-width: 768px) {
92-
.disqus-comments {
93-
margin-top: 40px;
94-
}
95-
}
96-
9787
/* --- Navbar --- */
9888

9989
.navbar-custom {

0 commit comments

Comments
 (0)