add cc-by icon

This commit is contained in:
Gaspard Jankowiak 2022-02-01 09:58:15 +01:00
commit bced110d9f
3 changed files with 5 additions and 0 deletions

View file

@ -25,6 +25,9 @@
{% 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 %}
<span class="right">
{% if pub.cc %}
<img src="/images/{{pub.cc}}.png" class="cc-icon">
{% endif %}
{% for link in pub.links %}
{% assign k = link[0] %}
<span class="paper_link"><a title="{{ sources[k].baseurl}}{{link[1]}}" href="{{ sources[k].baseurl}}{{link[1]}}">{{ sources[k].name }}</a></span>