Skip to content

Commit b34e5b3

Browse files
author
Florian Kissling
committed
Tidy.
1 parent 9d85d7f commit b34e5b3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
{{ content }}
1010

1111
{% include footer.html %}
12+
1213
<script>
1314
(function ($) {
1415
'use strict';

docs/_layouts/home.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010

1111
{% include footer.html %}
1212

13-
{% include ga.html %}
14-
</body>
1513
<script>
1614
(function () {
1715
'use strict';
1816

1917
prettyPrint();
2018
})();
2119
</script>
20+
21+
{% include ga.html %}
22+
</body>
2223
</html>

0 commit comments

Comments
 (0)