mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[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:
@@ -79,7 +79,7 @@
|
||||
<a href="/react/acknowledgements.html">Acknowledgements</a>
|
||||
</div>
|
||||
<div class="right">
|
||||
© 2013–2014 Facebook Inc.<br>
|
||||
© 2013–{{ 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>
|
||||
|
||||
Reference in New Issue
Block a user