Update paper.html
This commit is contained in:
parent
dcfd5ffdaa
commit
a8715284d8
@ -30,7 +30,7 @@
|
||||
{%- if result.content -%}<p class="content">{{- result.content | safe -}}</p>{%- endif -%}
|
||||
{%- if result.comments -%}<p class="comments">{{- result.comments -}}</p>{%- endif -%}
|
||||
<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.doi %}{{ result_link('https://www.altmetric.com/details/doi/' + result.doi, 'Altmetric') }}{% endif -%}
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user