From 8797b18754dc82dd271b2f629ad879f0ba60963c Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 27 Mar 2019 12:34:44 +0100 Subject: [PATCH] UI Landing: Cleanup, remove unused attribute. --- src/templates/projects/landing.pug | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/templates/projects/landing.pug b/src/templates/projects/landing.pug index 06b2b93..e3ed59d 100644 --- a/src/templates/projects/landing.pug +++ b/src/templates/projects/landing.pug @@ -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 %}