mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Remove themes: update documentation
This commit is contained in:
parent
31bb938126
commit
603e131147
6 changed files with 9 additions and 23 deletions
|
|
@ -18,12 +18,12 @@ All of the engines above are just commented out in the :origin:`settings.yml
|
|||
dependencies before using them.
|
||||
|
||||
By default, the engines use the ``key-value`` template for displaying results /
|
||||
see :origin:`simple <searx/templates/simple/result_templates/key-value.html>`
|
||||
theme. If you are not satisfied with the original result layout, you can use
|
||||
your own template, set ``result_template`` attribute to ``{template_name}`` and
|
||||
place the templates at::
|
||||
see :origin:`simple <searx/templates/result_templates/key-value.html>`.
|
||||
If you are not satisfied with the original result layout, you can use your own
|
||||
template, set ``result_template`` attribute to ``{template_name}`` and place
|
||||
the templates at::
|
||||
|
||||
searx/templates/{theme_name}/result_templates/{template_name}
|
||||
searx/templates/result_templates/{template_name}
|
||||
|
||||
Futhermore, if you do not wish to expose these engines on a public instance, you
|
||||
can still add them and limit the access by setting ``tokens`` as described in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue