adding source. initial commit

This commit is contained in:
nishaChandramoorthy
2012-08-27 12:02:59 +05:30
parent 89701e1a5a
commit e94e01293d
120 changed files with 4361 additions and 3 deletions

View File

@ -0,0 +1,9 @@
{% 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 %}