Fix indentation and formatting
This commit is contained in:
parent
7a7428c2f0
commit
8e51d4b8f1
1 changed files with 90 additions and 81 deletions
|
@ -13,7 +13,16 @@
|
||||||
{% when "google-plus" %}
|
{% when "google-plus" %}
|
||||||
<h4 class="page__comments-title">{{ comments_label }}</h4>
|
<h4 class="page__comments-title">{{ comments_label }}</h4>
|
||||||
<section id="g-comments" class="g-comments">Loading Google+ Comments ...</section>
|
<section id="g-comments" class="g-comments">Loading Google+ Comments ...</section>
|
||||||
<script>function initComment(){gapi.comments.render("g-comments",{href:"{{ page.url | absolute_url }}",width:"624",first_party_property:"BLOGGER",view_type:"FILTERED_POSTMOD"})}</script>
|
<script>
|
||||||
|
function initComment() {
|
||||||
|
gapi.comments.render("g-comments", {
|
||||||
|
href: "{{ page.url | absolute_url }}",
|
||||||
|
width: "624",
|
||||||
|
first_party_property: "BLOGGER",
|
||||||
|
view_type: "FILTERED_POSTMOD"
|
||||||
|
})
|
||||||
|
}
|
||||||
|
</script>
|
||||||
<script async type="text/javascript" src="https://apis.google.com/js/plusone.js" onload="initComment()" />
|
<script async type="text/javascript" src="https://apis.google.com/js/plusone.js" onload="initComment()" />
|
||||||
<noscript>Please enable JavaScript to view the <a href="https://plus.google.com/">comments powered by Google+.</a></noscript>-->
|
<noscript>Please enable JavaScript to view the <a href="https://plus.google.com/">comments powered by Google+.</a></noscript>-->
|
||||||
{% when "staticman" %}
|
{% when "staticman" %}
|
||||||
|
|
Loading…
Reference in a new issue