changeset 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 c7c9825fbdf8
children 3269c95e98d9
files _includes/footer.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/_includes/footer.html	Mon Oct 17 21:08:04 2016 +0200
+++ b/_includes/footer.html	Mon Oct 17 21:08:23 2016 +0200
@@ -1,5 +1,5 @@
 <footer>
-Copyright © 1998-2016 John W. Eaton.
+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>.