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

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

View File

@ -26,8 +26,5 @@
<script src="http://s3.amazonaws.com/ender-js/jeesh.min.js"></script>
<script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script>
<link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml"/>
{% include google_analytics.html %}
{% include google_plus_one.html %}
{% include twitter_sharing.html %}
{% include custom/head.html %}
</head>

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>