mirror of
https://github.com/searxng/searxng.git
synced 2025-09-03 08:48:35 +02:00
[mod] typification of SearXNG: add new result type Code
This patch adds a new result type: Code - Python class: searx/result_types/code.py - Jinja template: searx/templates/simple/result_templates/code.html - CSS (less) client/simple/src/less/result_types/code.less Signed-of-by: Markus Heiser <markus.heiser@darmarIT.de>
This commit is contained in:
parent
b8085d27ac
commit
9ac9c8c4f5
10 changed files with 306 additions and 163 deletions
|
@ -150,6 +150,7 @@ intersphinx_mapping = {
|
|||
"linuxdoc" : ("https://return42.github.io/linuxdoc/", None),
|
||||
"sphinx" : ("https://www.sphinx-doc.org/en/master/", None),
|
||||
"valkey": ('https://valkey-py.readthedocs.io/en/stable/', None),
|
||||
"pygments": ("https://pygments.org/", None),
|
||||
}
|
||||
|
||||
issues_github_path = "searxng/searxng"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue