mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
g
This commit is contained in:
parent
a8715284d8
commit
cad3b38be8
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
{%- if result.content -%}<p class="content">{{- result.content | safe -}}</p>{%- endif -%}
|
{%- if result.content -%}<p class="content">{{- result.content | safe -}}</p>{%- endif -%}
|
||||||
{%- if result.comments -%}<p class="comments">{{- result.comments -}}</p>{%- endif -%}
|
{%- if result.comments -%}<p class="comments">{{- result.comments -}}</p>{%- endif -%}
|
||||||
<p class="altlink">
|
<p class="altlink">
|
||||||
{%- if result.pdf_url -%}{{ result_link(result.pdf_url, _('PDF')) }}{%- endif -%}
|
{%- if result.pdf_url -%}<a onclick="modal_open("/static/themes/magi/pdfjs/index.html?file=" + encodeURIComponent("{{ result.pdf_url }}"),"pdf")">PDF</a>{%- endif -%}
|
||||||
{%- if result.html_url -%}{{ result_link(result.html_url, _('HTML')) }}{%- 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 -%}
|
{%- if result.doi %}{{ result_link('https://www.altmetric.com/details/doi/' + result.doi, 'Altmetric') }}{% endif -%}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue