From c31270108c36273cc9f20e1a32bc0e04e6bf99ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Thu, 22 Jan 2015 12:50:52 -0800 Subject: [PATCH] [docs] Use current date in copyright footer This will be based on the site generation time, making doc generation slightly less deterministic but that's ok. Now we won't depend on helpful community members updating it for us (#2874) when we forget, it'll just happen naturally the next time the site is generated. Conflicts: docs/_layouts/default.html --- docs/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index d830e7de2c..161304a368 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -79,7 +79,7 @@ Acknowledgements
- © 2013–2014 Facebook Inc.
+ © 2013–{{ site.time | date: '%Y' }} Facebook Inc.
Documentation licensed under CC BY 4.0.