]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_templates/layout.html
Fix up footer style
[neurodebian.git] / sphinx / _templates / layout.html
index e09cdac8c53e520d2d40959b52611797dc025506..d730aa94ab27246f1747ff5456778edbd04fb78f 100644 (file)
 {{ super() }}
 {% endblock %}
 <li class="right" style="position:relative;top:3px"><div class="g-plusone"></div></li>
+<li class="right" style="position:relative;top:1px"><a href="https://twitter.com/share" class="twitter-share-button" data-size="large" data-hashtags="neurodebian" data-dnt="true">Tweet</a></li?
 {% endblock %}
 
 {% block sidebar1 %}{% endblock %}
 {% block sidebar2 %}{% endblock %}
 
 {% block footer %}
+<div class="clearer"></div>
 {{ super() }}
-<div class="footer">
+<div class="footer" style="padding-top:0px">
 The source code for this portal is licensed under the
 <a href="http://www.gnu.org/licenses/gpl-3.0.html"
    title="Text of the GPL-3 license">GPL-3</a> and is available on
@@ -49,5 +51,7 @@ git.debian.org</a>.
   {parsetags: 'explicit'}
 </script>
 <script type="text/javascript">gapi.plusone.go();</script>
+<!-- Twitter -->
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
 {% endblock %}