summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/gruntfile.js
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-06-28 20:30:09 +0200
committerGitHub <noreply@github.com>2022-06-28 20:30:09 +0200
commit3c95af038078d31db2927a3302498d354538592f (patch)
tree728def444196aafd1c719a526854601007825e64 /searx/static/themes/simple/gruntfile.js
parent249df41a2a52df2fe95d3882239af1c85dec1f4f (diff)
parent0801f9a24e0bcdab85c7ce8ae82de97dad5ecd50 (diff)
Merge pull request #1369 from dalf/links-help-donate
Theme : add links to a donation page and the about page.
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',
},