File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_labe
151151 {% endif %}
152152 </ section >
153153 {% when "utterances" %}
154- < h4 class ="page__comments-title "> {{ comments_label }} </ h4 >
154+ < h4 class ="page__comments-title "> </ h4 >
155155 < section id ="utterances-comments "> </ section >
156156 {% when "custom" %}
157157 {% include /comments-providers/custom.html %}
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ <h1 id="page-title" class="post__title" itemprop="headline">{{ page.title | mark
2121 < section class ="page__content " itemprop ="text ">
2222 {{ content }}
2323 </ section >
24+
25+ {% if site.comments.provider and page.comments %}
26+ {% include comments.html %}
27+ {% endif %}
2428 </ div >
2529
2630 {% if page.toc %}
@@ -32,12 +36,10 @@ <h1 id="page-title" class="post__title" itemprop="headline">{{ page.title | mark
3236 </ aside >
3337 {% endif %}
3438 </ div >
35-
39+
3640 < footer class ="page__meta ">
3741 {% include kb-page__taxonomy.html %}
3842 </ footer >
39-
40- {% include post_pagination.html %}
4143 </ div >
4244 </ article >
4345</ div >
Original file line number Diff line number Diff line change @@ -409,9 +409,9 @@ body {
409409}
410410
411411.page__comments-title {
412- margin-top : 2 rem ;
413- margin-bottom : 10 px ;
414- padding-top : 2 rem ;
412+ margin-top : 0 ;
413+ margin-bottom : 0 ;
414+ padding-top : 0 ;
415415 font-size : $type-size-6 ;
416416 border-top : 1px solid $border-color ;
417417 text-transform : uppercase ;
You can’t perform that action at this time.
0 commit comments