view _includes/footer.html @ 93:6f92b43549a4 kai

Close kai branch
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 01 Nov 2016 00:29:31 +0100
parents fbd5bca94df2
children
line wrap: on
line source

<footer>
Copyright © 1998-{{ site.time | date: "%Y" }} John W. Eaton.
This work is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">
Creative Commons Attribution-NoDerivatives 4.0 International License</a>.
Get the <a href="http://hg.octave.org/web-octave/file/tip">page sources</a>.
</footer>

<script>
function topnav() {
  var x = document.getElementById("myTopnav");
  if (x.className === "topnav") {
    x.className += " responsive";
  } else {
    x.className = "topnav";
  }
}
</script>