We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d85d7f commit b34e5b3Copy full SHA for b34e5b3
2 files changed
docs/_layouts/default.html
@@ -9,6 +9,7 @@
9
{{ content }}
10
11
{% include footer.html %}
12
+
13
<script>
14
(function ($) {
15
'use strict';
docs/_layouts/home.html
@@ -10,13 +10,14 @@
- {% include ga.html %}
- </body>
16
(function () {
17
18
19
prettyPrint();
20
})();
21
</script>
+ {% include ga.html %}
22
+ </body>
23
</html>
0 commit comments