File tree 5 files changed +0
-41
lines changed
5 files changed +0
-41
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,6 @@ share-links-active:
89
89
url-pretty : " radio-pi.github.io" # eg. "deanattali.com/beautiful-jekyll"
90
90
91
91
# --- Misc --- #
92
- # Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
93
- # disqus: ""
94
-
95
92
# piwik tracking
96
93
piwik_analytics : true
97
94
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
< div class ="row ">
9
9
< div class ="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 ">
10
10
{{ content }}
11
- {% if page.comments %}
12
- < div class ="disqus-comments ">
13
- {% include disqus.html %}
14
- </ div >
15
- {% endif %}
16
11
</ div >
17
12
</ div >
18
13
</ div >
Original file line number Diff line number Diff line change 41
41
</ li >
42
42
{% endif %}
43
43
</ ul >
44
-
45
- {% if page.comments %}
46
- < div class ="disqus-comments ">
47
- {% include disqus.html %}
48
- </ div >
49
- {% endif %}
50
44
</ div >
51
45
</ div >
52
46
</ div >
Original file line number Diff line number Diff line change 84
84
max-width : 100% ;
85
85
}
86
86
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
-
97
87
/* --- Navbar --- */
98
88
99
89
.navbar-custom {
You can’t perform that action at this time.
0 commit comments