From 80b69438ed4630dc0318ba67ff6609350cfe3d8e Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 3 Apr 2019 15:30:46 +0200 Subject: [PATCH] UI: Tweaks to descriptions in Index Collection. --- src/templates/projects_index_collection.pug | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/templates/projects_index_collection.pug b/src/templates/projects_index_collection.pug index 1f9d581..f0aad85 100644 --- a/src/templates/projects_index_collection.pug +++ b/src/templates/projects_index_collection.pug @@ -7,15 +7,13 @@ include mixins/components | {# Default collection is 'Courses' #} | {% set page_title = 'Courses' %} -| {% set page_description = 'Production quality training by 3D professionals' %} +| {% set page_description = 'In-depth training on character modeling, 3D printing, rigging, VFX and more.' %} | {% set page_header_image = url_for('static', filename='assets/img/backgrounds/background_agent327_04.jpg') %} -| {% set page_header_text = 'Character modeling, 3D printing, VFX, rigging and more.' %} | {% if title == 'workshops' %} | {% set page_title = 'Workshops' %} -| {% set page_description = 'Production quality training by 3D professionals' %} +| {% set page_description = 'Enter the artist workshop and learn by example.' %} | {% set page_header_image = url_for('static', filename='assets/img/backgrounds/background_agent327_04.jpg') %} -| {% set page_header_text = 'Enter the artist workshop and learn by example.' %} | {% endif %} | {% block og %}