From e7190f09dc7b70415ebfbd76d3097a0c7f24359d Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 20 Sep 2018 12:14:47 +0200 Subject: [PATCH] Landing: Center text --- src/templates/projects/landing.pug | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/templates/projects/landing.pug b/src/templates/projects/landing.pug index d947e75..b80862a 100644 --- a/src/templates/projects/landing.pug +++ b/src/templates/projects/landing.pug @@ -91,12 +91,11 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }} .container-fluid.landing .row .col-md-8.mx-auto - h2.pt-5 {{ project.name }} - - | {% if project.description %} .node-details-description + h2.pt-5 {{ project.name }} + | {% if project.description %} | {{ project | markdowned('description') }} - | {% endif %} + | {% endif %} .row .col-md-10.mx-auto