Fix indentation and formatting

This commit is contained in:
Michael Rose 2017-07-05 12:04:53 -04:00
parent 7a7428c2f0
commit 8e51d4b8f1

View file

@ -13,7 +13,16 @@
{% when "google-plus" %}
<h4 class="page__comments-title">{{ comments_label }}</h4>
<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()" />
<noscript>Please enable JavaScript to view the <a href="https://plus.google.com/">comments powered by Google+.</a></noscript>-->
{% when "staticman" %}