[enh] add no-js support
* image results have url, which can be clicked * preferences full functionable without js
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<a href="#" data-toggle="modal" data-target="#modal-{{ index }}">
|
||||
<a href="{{ result.img_src }}" data-toggle="modal" data-target="#modal-{{ index }}">
|
||||
<img src="{{ result.img_src }}" alt="{{ result.title|e }}" class="img-thumbnail">
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user