From 54e4e7694554def537505dc98dd6ae00245b042b Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 19 Sep 2018 19:06:44 +0200 Subject: [PATCH] Footer: Production lessons Also move Art Gallery to Libraries --- src/templates/_footer.pug | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/templates/_footer.pug b/src/templates/_footer.pug index df174c7..15983c8 100644 --- a/src/templates/_footer.pug +++ b/src/templates/_footer.pug @@ -37,8 +37,8 @@ a(href="{{ url_for('cloud.workshops') }}") | Workshops li - a(href="{{ url_for('projects.view', project_url='gallery') }}") - | Art Gallery + a(href="{{ url_for('cloud.production') }}") + span.new Production Lessons .col-md-2.col-xs-6 h7.font-weight-bold @@ -57,6 +57,9 @@ a(href="{{ url_for('projects.view', project_url='characters') }}", title="Characters") | Characters + li + a(href="{{ url_for('projects.view', project_url='gallery') }}") + | Art Gallery .col-md-2.col-xs-6 h7.font-weight-bold @@ -100,7 +103,8 @@ li a(href="{{ url_for('cloud.privacy') }}", title="Privacy") - | Privacy + | Privacy Policy + li.dropdown-divider li a(href="https://www.blender.org", title="Home of Blender, the Free and Open Source creative suite")