templates/base.html: Add link to Yocto Project when APP is RRS

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
Aníbal Limón 2015-01-26 14:43:40 -06:00
parent 39e256cb11
commit da47f8f344

View File

@ -104,6 +104,7 @@
&bull; <a href="http://www.openembedded.org/Layers_FAQ">FAQ</a> &bull; <a href="http://www.openembedded.org/Layers_FAQ">FAQ</a>
{% else %} {% else %}
<a href="{% url about %}">about this site</a> <a href="{% url about %}">about this site</a>
&bull; <a href="https://www.yoctoproject.org/about">About the Yocto Project</a>
{% endif %} {% endif %}
</div> </div>
{% endblock %} {% endblock %}