Rename #comments to something more specific

- Close #582
This commit is contained in:
Michael Rose 2016-11-17 12:12:55 -05:00
parent 50614506f5
commit 3a7dd49734
2 changed files with 4 additions and 4 deletions

View File

@ -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> <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" %} {% when "staticman" %}
<section id="comments"> <section id="static-comments">
{% if site.repository and site.staticman.branch %} {% if site.repository and site.staticman.branch %}
<!-- Start static comments --> <!-- Start static comments -->
<div class="js-comments"> <div class="js-comments">
@ -75,6 +75,6 @@
{% endif %} {% endif %}
</section> </section>
{% when "custom" %} {% when "custom" %}
<section id="comments"></section> <section id="custom-comments"></section>
{% endcase %} {% endcase %}
</div> </div>

View File

@ -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> <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" %} {% when "staticman" %}
<section id="comments"> <section id="static-comments">
{% if site.repository and site.staticman.branch %} {% if site.repository and site.staticman.branch %}
<!-- Start static comments --> <!-- Start static comments -->
<div class="js-comments"> <div class="js-comments">
@ -75,6 +75,6 @@
{% endif %} {% endif %}
</section> </section>
{% when "custom" %} {% when "custom" %}
<section id="comments"></section> <section id="custom-comments"></section>
{% endcase %} {% endcase %}
</div> </div>