diff options
author | Luce Carević <lcarevic@access42.net> | 2019-07-28 12:33:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-28 12:33:06 +0200 |
commit | 06a8992737d69e7ecf715fba4053e8d4bf388412 (patch) | |
tree | ae6195bad643c08c770c91c93363db074bcce60d /tpl/default | |
parent | d1bcf28db3704b75200c03be728dddcaf725ca51 (diff) | |
download | Shaarli-06a8992737d69e7ecf715fba4053e8d4bf388412.tar.gz Shaarli-06a8992737d69e7ecf715fba4053e8d4bf388412.tar.zst Shaarli-06a8992737d69e7ecf715fba4053e8d4bf388412.zip |
maj linklist
put back the link on the thumbmail and fix a11y
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/linklist.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index b44d0783..ffc236c7 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html | |||
@@ -137,9 +137,11 @@ | |||
137 | <div class="linklist-item-thumbnail" style="width:{$thumbnails_width}px;height:{$thumbnails_height}px;"> | 137 | <div class="linklist-item-thumbnail" style="width:{$thumbnails_width}px;height:{$thumbnails_height}px;"> |
138 | <div class="thumbnail"> | 138 | <div class="thumbnail"> |
139 | {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} | 139 | {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} |
140 | <a href="{$value.real_url}" aria-hidden="true" tabindex="-1"> | ||
140 | <img data-src="{$value.thumbnail}#" class="b-lazy" | 141 | <img data-src="{$value.thumbnail}#" class="b-lazy" |
141 | src="" | 142 | src="" |
142 | alt="" width="{$thumbnails_width}" height="{$thumbnails_height}" /> | 143 | alt="" width="{$thumbnails_width}" height="{$thumbnails_height}" /> |
144 | </a> | ||
143 | </div> | 145 | </div> |
144 | </div> | 146 | </div> |
145 | {/if} | 147 | {/if} |