UI Landing: Remove project name and gallery title.
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user