We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e705e commit f56e411Copy full SHA for f56e411
docs/_includes/footer.html
@@ -4,6 +4,7 @@
4
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
5
<p><em>Last updated: {{ site.time | date: "%c" }}</em>
6
</span>
7
+ <script src="js/ga.js"></script>
8
<script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script>
9
<script>
10
anchors.options = {
docs/_includes/head.html
@@ -9,6 +9,5 @@
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
11
<![endif]-->
12
- <script src="js/ga.js"></script>
13
<script src="js/avatars.js"></script>
14
</head>
0 commit comments