[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
This commit is contained in:
Paul O’Shannessy
2015-01-22 13:11:33 -08:00
parent b8adf96d4b
commit c31270108c
+1 -1
View File
@@ -79,7 +79,7 @@
<a href="/react/acknowledgements.html">Acknowledgements</a>
</div>
<div class="right">
&copy; 2013&ndash;2014 Facebook Inc.<br>
&copy; 2013&ndash;{{ site.time | date: '%Y' }} Facebook Inc.<br>
Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
</div>
</footer>