You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
379 B
10 lines
379 B
14 years ago
|
{% if site.google_plus_one %}
|
||
|
<script type="text/javascript">
|
||
|
(function() {
|
||
|
var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true;
|
||
|
script.src = 'https://apis.google.com/js/plusone.js';
|
||
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);
|
||
|
})();
|
||
|
</script>
|
||
|
{% endif %}
|