[publis] tweak links
This commit is contained in:
parent
b0ec247ec9
commit
64e78df08a
1 changed files with 11 additions and 3 deletions
|
@ -23,10 +23,18 @@
|
|||
{% else %}
|
||||
<em>{{pub.journal}}</em>
|
||||
{% endif %}
|
||||
{% if pub.issue %} | {{pub.issue.year}}{% if pub.issue.volume %} Vol. {{pub.issue.volume}} {% endif %}{% if pub.issue.number %}({{pub.issue.number}}){% endif %} : {% if pub.doi %}<a href="{{ sources.doi.baseurl}}{{ pub.doi }}">{{pub.issue.pages}}</a>{% else %}{{ pub.issue.pages}}{% endif %}{% else %} | {% if page.lang == "en" %}in press{% else %}à paraître{% endif %}{% endif -%}{% else %}{% if page.lang == "en" %}submitted{% else %}soumis{% endif %}{% endif %}
|
||||
{% if pub.issue %} | {{pub.issue.year}}{% if pub.issue.volume %} Vol. {{pub.issue.volume}} {% endif %}{% if pub.issue.number %}({{pub.issue.number}}){% endif %} : {{ pub.issue.pages}}
|
||||
{% else %} | {% if page.lang == "en" %}in press{% else %}à paraître{% endif %}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% if page.lang == "en" %}submitted{% else %}soumis{% endif %}
|
||||
{% endif %}
|
||||
<span class="right">
|
||||
{% if pub.cc %}
|
||||
<img src="/images/{{pub.cc}}.png" class="cc-icon">
|
||||
{% if pub.cc %}CC-{{pub.cc | upcase }}
|
||||
{% if pub.links or pub.doi -%}·{% endif -%}
|
||||
{% endif %}
|
||||
{% if pub.doi %}<a href="{{ sources.doi.baseurl}}{{ pub.doi }}">🌐</a>
|
||||
{% if pub.links -%}·{% endif -%}
|
||||
{% endif %}
|
||||
{% for link in pub.links %}
|
||||
{% assign k = link[0] %}
|
||||
|
|
Loading…
Reference in a new issue