mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Add image format and source information to display (#1567)
Add image format and source information to display - needs changes to engines to actually display something. Displays result.source (website from which the image was taken) and result.img_format (image type and size). Result is styled with result-format and result-source classes. See PR #1566 for an example of an engine which has the necessary changes. Strip <span class="highlight">...</span> in the oscar image template.
This commit is contained in:
parent
88261e111c
commit
e4e8e6da4c
18 changed files with 47 additions and 26 deletions
|
|
@ -2,12 +2,11 @@
|
|||
"devDependencies": {
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-contrib-uglify": "~0.6.0",
|
||||
"grunt-contrib-watch" : "~0.6.1",
|
||||
"grunt-contrib-concat" : "~0.5.0",
|
||||
"grunt-contrib-jshint" : "~0.10.0",
|
||||
"grunt-contrib-less" : "~0.11.0"
|
||||
"grunt-contrib-watch": "~0.6.1",
|
||||
"grunt-contrib-concat": "~0.5.0",
|
||||
"grunt-contrib-jshint": "~0.10.0",
|
||||
"grunt-contrib-less": "~0.11.0"
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
"build": "npm install && grunt",
|
||||
"start": "grunt watch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue