Florian Kissling 10 年之前
父节点
当前提交
b34e5b3925
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 1 0
      docs/_layouts/default.html
  2. 3 2
      docs/_layouts/home.html

+ 1 - 0
docs/_layouts/default.html

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

+ 3 - 2
docs/_layouts/home.html

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