summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/gruntfile.js
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-06-13 21:10:44 +0200
committerAlexandre Flament <alex@al-f.net>2022-06-25 20:31:40 +0200
commit6e2b5f3d5ad95fe87fe58734a6730b9ed46ac6c0 (patch)
tree87d5e7521a0007c3be0a6813182e42f79bd9ac2c /searx/static/themes/simple/gruntfile.js
parent4bedd7465c278bdb760160dc324ba2c989d26e77 (diff)
Theme: add Help and Donate links in all pages
Close https://github.com/searxng/searxng/issues/931
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
-rw-r--r--searx/static/themes/simple/gruntfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js
index 50ea3b1d4..e9aadee92 100644
--- a/searx/static/themes/simple/gruntfile.js
+++ b/searx/static/themes/simple/gruntfile.js
@@ -189,6 +189,8 @@ module.exports = function (grunt) {
'school-outline': 'node_modules/ionicons/dist/svg/school-outline.svg',
'file-tray-full-outline': 'node_modules/ionicons/dist/svg/file-tray-full-outline.svg',
'people-outline': 'node_modules/ionicons/dist/svg/people-outline.svg',
+ 'heart-outline': 'node_modules/ionicons/dist/svg/heart-outline.svg',
+ 'help-circle-outline': 'src/svg/help-circle-outline.svg',
},
dest: '../../../templates/simple/icons.html',
},