From da47f8f344180de01c84b133776f816268772edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Mon, 26 Jan 2015 14:43:40 -0600 Subject: [PATCH] templates/base.html: Add link to Yocto Project when APP is RRS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aníbal Limón --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 63456d1..ecbfe99 100644 --- a/templates/base.html +++ b/templates/base.html @@ -104,6 +104,7 @@ • FAQ {% else %} about this site + • About the Yocto Project {% endif %} {% endblock %}