diff --git a/searx/templates/magi/result_templates/paper.html b/searx/templates/magi/result_templates/paper.html index dd610b903..41e0f31d2 100644 --- a/searx/templates/magi/result_templates/paper.html +++ b/searx/templates/magi/result_templates/paper.html @@ -30,7 +30,7 @@ {%- if result.content -%}
{{- result.content | safe -}}
{%- endif -%} {%- if result.comments -%}{{- result.comments -}}
{%- endif -%}- {%- if result.pdf_url -%}{{ result_link(result.pdf_url, _('PDF')) }}{%- endif -%} + {%- if result.pdf_url -%}PDF{%- endif -%} {%- 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 -%}