mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

The following changes were required after a review of trademark and branding guidelines: 1. add (R) to 'Yocto Project' on the top left (above the logo) 2. Fix up the capitalization of the main page title 3. Add the copyright/legal blurb at the bottom of the page For 3. it turned out to be simpler to override the whole footer.html template, and maintain our own version. Also I took the liberty to remove the 'next' and 'previous' buttons since I believe they are not especially useful, given the navigation bar on the left side. Reported-by: Tracey Erway <tracey.m.erway@intel.com> (From yocto-docs rev: 6bae1372218e0b10258e4fa6fef72fc1708a329c) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
413 B
HTML
13 lines
413 B
HTML
<footer>
|
|
<hr/>
|
|
<div role="contentinfo">
|
|
<p> A Linux Foundation Collaborative Project.
|
|
<br> All Rights Reserved. Linux Foundation® and Yocto Project® are registered trademarks of the Linux Foundation.
|
|
<br>Linux® is a registered trademark of Linus Torvalds.
|
|
<br>© Copyright {{ copyright }}
|
|
<br>Last updated on {{ last_updated }}
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
|