UI Landing: Cleanup, remove unused attribute.
This commit is contained in:
parent
727ba3fd58
commit
8797b18754
@ -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 %}
|
||||
.thumbnail.expand-image-links
|
||||
.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 }}")
|
||||
| {% endif %}
|
||||
| {% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user