Ratings widget
This commit is contained in:
@@ -93,10 +93,21 @@
|
|||||||
{% assign tree = site.data[foundTOC].toc %}{% include tree.html %}
|
{% assign tree = site.data[foundTOC].toc %}{% include tree.html %}
|
||||||
</div> <!-- /pi-accordion -->
|
</div> <!-- /pi-accordion -->
|
||||||
</div> <!-- /docsToc -->
|
</div> <!-- /docsToc -->
|
||||||
<div id="docsContent"><a href="/docs/editdocs#{{ page.path }}" id="editPageButton">Edit This Page</a>
|
<div id="docsContent">
|
||||||
|
<p><a href="/docs/editdocs#{{ page.path }}" id="editPageButton">Edit This Page</a></p>
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
<p><a href=""><img src="https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/{{ page.path }}?pixel" alt="Analytics" /></a>
|
<p><a href=""><img src="https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/{{ page.path }}?pixel" alt="Analytics" /></a>
|
||||||
|
<div id="pd_rating_holder_8345992"></div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
PDRTJS_settings_8345992 = {
|
||||||
|
"id" : "8345992",
|
||||||
|
"unique_id" : "{{page.url}}",
|
||||||
|
"title" : "{{title}}",
|
||||||
|
"permalink" : "http://kubernetes.github.io{{page.url}}"
|
||||||
|
};
|
||||||
|
(function(d,c,j){if(!document.getElementById(j)){var pd=d.createElement(c),s;pd.id=j;pd.src=('https:'==document.location.protocol)?'https://polldaddy.com/js/rating/rating.js':'http://i0.poll.fm/js/rating/rating.js';s=document.getElementsByTagName(c)[0];s.parentNode.insertBefore(pd,s);}}(document,'script','pd-rating-js'));
|
||||||
|
</script>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -757,6 +757,9 @@ section
|
|||||||
|
|
||||||
td
|
td
|
||||||
font-size: 0.85em
|
font-size: 0.85em
|
||||||
|
|
||||||
|
#pd_rating_holder_8345992
|
||||||
|
|
||||||
|
|
||||||
#editPageButton
|
#editPageButton
|
||||||
position: absolute
|
position: absolute
|
||||||
|
|||||||
Reference in New Issue
Block a user