From a369c04b38d2170f46c5386476df03beee1eda63 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 27 Mar 2019 12:31:51 +0100 Subject: [PATCH] UI Landing: Remove project name and gallery title. --- src/templates/projects/landing.pug | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/templates/projects/landing.pug b/src/templates/projects/landing.pug index 001d986..04737ca 100644 --- a/src/templates/projects/landing.pug +++ b/src/templates/projects/landing.pug @@ -108,7 +108,6 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }} .row .col-md-8.mx-auto .node-details-description - h2.pt-5 {{ project.name }} | {% if project.description %} | {{ project | markdowned('description') }} | {% endif %} @@ -116,8 +115,6 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }} .row .col-md-10.mx-auto section.py-5 - h2.pb-3.text-center Gallery - .gallery.mx-auto | {% for n in activity_stream %} | {% if n.node_type not in ['comment', 'post'] and n.picture %}