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
|
.row
|
||||||
.col-md-8.mx-auto
|
.col-md-8.mx-auto
|
||||||
.node-details-description
|
.node-details-description
|
||||||
h2.pt-5 {{ project.name }}
|
|
||||||
| {% if project.description %}
|
| {% if project.description %}
|
||||||
| {{ project | markdowned('description') }}
|
| {{ project | markdowned('description') }}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
@@ -116,8 +115,6 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }}
|
|||||||
.row
|
.row
|
||||||
.col-md-10.mx-auto
|
.col-md-10.mx-auto
|
||||||
section.py-5
|
section.py-5
|
||||||
h2.pb-3.text-center Gallery
|
|
||||||
|
|
||||||
.gallery.mx-auto
|
.gallery.mx-auto
|
||||||
| {% for n in activity_stream %}
|
| {% for n in activity_stream %}
|
||||||
| {% if n.node_type not in ['comment', 'post'] and n.picture %}
|
| {% if n.node_type not in ['comment', 'post'] and n.picture %}
|
||||||
|
Reference in New Issue
Block a user