From b109b6990b1aad9fd01ad74a3ac7554f6ad3aa14 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. --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 2d1267e6..161304a3 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -79,7 +79,7 @@ Acknowledgements
- © 2013–2015 Facebook Inc.
+ © 2013–{{ site.time | date: '%Y' }} Facebook Inc.
Documentation licensed under CC BY 4.0.