UI Landing: Remove project name and gallery title.

This commit is contained in:
Pablo Vazquez 2019-03-27 12:31:51 +01:00
parent fad5f803e8
commit a369c04b38

View File

@ -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 %}