UI Landing: Cleanup
This commit is contained in:
@@ -126,7 +126,9 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }}
|
|||||||
img(src="{{ n.picture.thumbnail('l', api=api) }}", alt="{{ n.name }}")
|
img(src="{{ n.picture.thumbnail('l', api=api) }}", alt="{{ n.name }}")
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
| {% endfor %}
|
| {% endfor %}
|
||||||
div(class="clearfix")
|
|
||||||
|
.clearfix
|
||||||
|
|
||||||
| {% if project.nodes_featured %}
|
| {% if project.nodes_featured %}
|
||||||
| {# In some cases featured_nodes might might be embedded #}
|
| {# In some cases featured_nodes might might be embedded #}
|
||||||
| {% if '_id' in project.nodes_featured[0] %}
|
| {% if '_id' in project.nodes_featured[0] %}
|
||||||
@@ -140,7 +142,6 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }}
|
|||||||
| See More Artwork
|
| See More Artwork
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-md-10.mx-auto
|
.col-md-10.mx-auto
|
||||||
h2.pb-3 Timeline
|
h2.pb-3 Timeline
|
||||||
|
Reference in New Issue
Block a user