Florian Kissling 10 năm trước cách đây
mục cha
commit
b34e5b3925

+ 1 - 0
docs/_layouts/default.html

@@ -9,6 +9,7 @@
         {{ content }}
         {{ content }}
 
 
         {% include footer.html %}
         {% include footer.html %}
+
         <script>
         <script>
             (function ($) {
             (function ($) {
                 'use strict';
                 'use strict';

+ 3 - 2
docs/_layouts/home.html

@@ -10,8 +10,6 @@
 
 
         {% include footer.html %}
         {% include footer.html %}
 
 
-        {% include ga.html %}
-    </body>
         <script>
         <script>
            (function () {
            (function () {
               'use strict';
               'use strict';
@@ -19,4 +17,7 @@
               prettyPrint();
               prettyPrint();
             })();
             })();
         </script>
         </script>
+
+        {% include ga.html %}
+    </body>
 </html>
 </html>