move code for Twitter, Google +1 and Google Analytics to bottom of page, as inline <script> tags are always blocking page load

This commit is contained in:
fhemberger
2011-09-04 12:17:44 +02:00
parent 2efe11e0eb
commit 8de095bfa9
2 changed files with 3 additions and 3 deletions

View File

@ -9,5 +9,8 @@
</div>
</div>
<footer>{% include footer.html %}</footer>
{% include google_analytics.html %}
{% include google_plus_one.html %}
{% include twitter_sharing.html %}
</body>
</html>