From cf887d8f5fe89c709868b227e72440136a28c457 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Fri, 10 Apr 2020 10:09:53 +0200 Subject: [PATCH] Homepage: Fix project name From workshop to workflow --- src/templates/homepage.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/homepage.pug b/src/templates/homepage.pug index 9e2f820..b546dc7 100644 --- a/src/templates/homepage.pug +++ b/src/templates/homepage.pug @@ -58,7 +58,7 @@ mixin featured_projects() "{{ url_for('static', filename='assets/img/features/coffee_run_01.jpg')}}") +featured_project_card( - "STYLIZED CHARACTER WORKSHOP", + "STYLIZED CHARACTER WORKFLOW", "A detailed guide on how to create a stylized character for film production.", "/p/stylized-character-workflow", "{{ url_for('static', filename='assets/img/features/training_stylized_character_workshop_01.jpg')}}")