File: footer.html

package info (click to toggle)
node-mocha 4.1.0%2Bds3-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,956 kB
  • sloc: makefile: 163; sh: 17
file content (16 lines) | stat: -rw-r--r-- 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<footer>
  <span>
    <a href="https://mochajs.org">mochajs.org</a> is licensed under a <a rel="license"
      href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
    <p><em>Last updated: {{ site.time | date: "%c" }}</em>
  </span>
</footer>

<script src="js/ga.js"></script>
<script src="js/anchor.js"></script>
<script>
  anchors.options = {
    placement: 'left'
  };
  anchors.add('h2, h3');
</script>