Skip to content

Commit

Permalink
Rename #comments to something more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Nov 17, 2016
1 parent 1f64237 commit 65b5b92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _includes/comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h4 class="page__comments-title">{{ comments_label }}</h4>
<h4 class="page__comments-title">{{ comments_label }}</h4>
<section class="g-comments" data-href="{{ page.url | absolute_url }}" data-first_party_property="BLOGGER" data-view_type="FILTERED_POSTMOD">Loading Google+ Comments ...</section>
{% when "staticman" %}
<section id="comments">
<section id="static-comments">
{% if site.repository and site.staticman.branch %}
<!-- Start static comments -->
<div class="js-comments">
Expand Down Expand Up @@ -75,6 +75,6 @@ <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_labe
{% endif %}
</section>
{% when "custom" %}
<section id="comments"></section>
<section id="custom-comments"></section>
{% endcase %}
</div>
4 changes: 2 additions & 2 deletions docs/_includes/comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h4 class="page__comments-title">{{ comments_label }}</h4>
<h4 class="page__comments-title">{{ comments_label }}</h4>
<section class="g-comments" data-href="{{ page.url | absolute_url }}" data-first_party_property="BLOGGER" data-view_type="FILTERED_POSTMOD">Loading Google+ Comments ...</section>
{% when "staticman" %}
<section id="comments">
<section id="static-comments">
{% if site.repository and site.staticman.branch %}
<!-- Start static comments -->
<div class="js-comments">
Expand Down Expand Up @@ -75,6 +75,6 @@ <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_labe
{% endif %}
</section>
{% when "custom" %}
<section id="comments"></section>
<section id="custom-comments"></section>
{% endcase %}
</div>

0 comments on commit 65b5b92

Please sign in to comment.