mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
5d1d04c52c
2. Added a page layout and improved html on post layout. 3. Improved flexibility of stylesheets for different layout types. 4. Collapsing sidebar now moves it to the bottom of the page and floats content into columns. 5. Improved sharing settings, added Google plus one.
10 lines
379 B
HTML
10 lines
379 B
HTML
{% 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 %}
|