diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-05-13 21:10:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-13 21:10:02 +0200 |
| commit | 1a8884fa26bedf983516308e69b9863888cd397e (patch) | |
| tree | 962feae057a8d93bb78e704ea23a40c0da006fe2 /searx/templates/simple/result_templates/paper.html | |
| parent | 4fb29aae812aa464c12fd959fc24dd91934f6a3b (diff) | |
| parent | 2cfd3fc44b16e7f3c6010c0ac1004efb6dacf382 (diff) | |
[enh] tidy: clean old morty, filtron, searx references
Everyone should have already switched from legacy methods.
Diffstat (limited to 'searx/templates/simple/result_templates/paper.html')
| -rw-r--r-- | searx/templates/simple/result_templates/paper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/result_templates/paper.html b/searx/templates/simple/result_templates/paper.html index dd610b903..7e94cf174 100644 --- a/searx/templates/simple/result_templates/paper.html +++ b/searx/templates/simple/result_templates/paper.html @@ -34,5 +34,5 @@ {%- if result.html_url -%}{{ result_link(result.html_url, _('HTML')) }}{%- endif -%} {%- if result.doi %}{{ result_link('https://www.altmetric.com/details/doi/' + result.doi, 'Altmetric') }}{% endif -%} </p> -{{- result_sub_footer(result, proxify) -}} +{{- result_sub_footer(result) -}} {{- result_footer(result) }} |