view _includes/footer.html @ 90:fbd5bca94df2 kai

Let Jekyll do the current date.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 21:08:23 +0200
parents ed7a53f68316
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>