Browse code

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

fhemberger authored on 04/09/2011 at 10:17:44
Showing 2 changed files
... ...
@@ -26,8 +26,5 @@
26 26
   <script src="http://s3.amazonaws.com/ender-js/jeesh.min.js"></script>
27 27
   <script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script>
28 28
   <link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml"/>
29
-  {% include google_analytics.html %}
30
-  {% include google_plus_one.html %}
31
-  {% include twitter_sharing.html %}
32 29
   {% include custom/head.html %}
33 30
 </head>
... ...
@@ -9,5 +9,8 @@
9 9
     </div>
10 10
   </div>
11 11
   <footer>{% include footer.html %}</footer>
12
+  {% include google_analytics.html %}
13
+  {% include google_plus_one.html %}
14
+  {% include twitter_sharing.html %}
12 15
 </body>
13 16
 </html>