mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
Mainly in the top of the page, by adjusting some classes and the headings. Also, it removes the commented out tab for the 'My image recipes' section, since the final designs for image customisation do not need it. (Bitbake rev: 945746f21916eb64a0b4344bcf7e7e0dd75b9547) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
269 B
HTML
16 lines
269 B
HTML
{% extends "base.html" %}
|
|
{% load projecttags %}
|
|
{% load humanize %}
|
|
{% block pagecontent %}
|
|
|
|
{% include "projecttopbar.html" %}
|
|
|
|
<!-- Begin main page container -->
|
|
<div>
|
|
{% block projectinfomain %}{% endblock %}
|
|
</div>
|
|
<!-- End main container -->
|
|
|
|
{% endblock %}
|
|
|