UI Landing: Cleanup, remove unused attribute.
This commit is contained in:
@@ -120,7 +120,9 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }}
|
|||||||
| {% if n.node_type not in ['comment', 'post'] and n.picture %}
|
| {% if n.node_type not in ['comment', 'post'] and n.picture %}
|
||||||
.thumbnail.expand-image-links
|
.thumbnail.expand-image-links
|
||||||
.img-container
|
.img-container
|
||||||
a.js-open-overlay(href="{{ n.picture.thumbnail('l', api=api) }}", data-node_id="{{ n._id }}")
|
a.js-open-overlay(
|
||||||
|
href="{{ n.picture.thumbnail('l', api=api) }}",
|
||||||
|
title="{{ n.name }}")
|
||||||
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 %}
|
||||||
|
Reference in New Issue
Block a user