From f1f3e3734d28ca880b0c649692e19a9d4000c252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Tiek=C3=B6tter?= Date: Fri, 4 Feb 2022 18:59:29 +0100 Subject: [PATCH] [mod] Custom searx_version display searx_version is replaced by searx_version_custom and displays the latest upstream commit with the latest fork commit. --- searx/templates/simple/base.html | 4 ++-- searx/templates/simple/new_issue.html | 2 +- searx/version.py | 30 +++++++++++++++++++++++++++ searx/webapp.py | 5 +++-- 4 files changed, 36 insertions(+), 5 deletions(-) diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index 3ca21f783c5e..08b34939eb8d 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -4,7 +4,7 @@ - + @@ -65,7 +65,7 @@