From 07c5db237212d1e12556f3799e26e23ecda7bd5b Mon Sep 17 00:00:00 2001 From: steren Date: Tue, 23 May 2017 17:00:33 +0200 Subject: Make sure Copyright year is always up to date. In a document comment, xam@ said it was OK to have the copyright year showing the current date. Instead of using a fixed date, I used the technique described at http://www.adamwadeharris.com/get-current-year-in-jekyll/ I tested the change locally. RELNOTES: None PiperOrigin-RevId: 156861876 --- site/_includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/_includes') diff --git a/site/_includes/footer.html b/site/_includes/footer.html index dee27550c5..e3c36cf821 100644 --- a/site/_includes/footer.html +++ b/site/_includes/footer.html @@ -2,7 +2,7 @@
-

© 2015 Google

+

© {{ 'now' | date: "%Y" }} Google

-- cgit v1.2.3