[Groonga-commit] droonga/droonga.org at 7c35d24 [gh-pages] Move Google Analytics tags to <head> from <body>

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 6 18:23:53 JST 2014


Kouhei Sutou	2014-01-06 18:23:53 +0900 (Mon, 06 Jan 2014)

  New Revision: 7c35d2431cb657d059ede7f2e9a74118c411ee75
  https://github.com/droonga/droonga.org/commit/7c35d2431cb657d059ede7f2e9a74118c411ee75

  Message:
    Move Google Analytics tags to <head> from <body>

  Modified files:
    _layouts/base.html

  Modified: _layouts/base.html (+3 -3)
===================================================================
--- _layouts/base.html    2014-01-06 18:17:10 +0900 (ec199f9)
+++ _layouts/base.html    2014-01-06 18:23:53 +0900 (7054633)
@@ -35,8 +35,7 @@
       {lang: '{{ page.language }}'}
     </script>
     {% endif %}
-  </head>
-  <body>
+
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -46,7 +45,8 @@
       ga('create', 'UA-43813566-4', 'droonga.org');
       ga('send', 'pageview');
     </script>
-
+  </head>
+  <body>
     <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
       <div class="container">
         {% include navbar-content.html %}
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index