diff --git a/_includes/publi_row.html b/_includes/publi_row.html
index e74f806..31a8d22 100644
--- a/_includes/publi_row.html
+++ b/_includes/publi_row.html
@@ -23,10 +23,18 @@
{% else %}
{{pub.journal}}
{% 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 %}{{pub.issue.pages}}{% 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 %}
- {% if pub.cc %}
-
+ {% if pub.cc %}CC-{{pub.cc | upcase }}
+ {% if pub.links or pub.doi -%}·{% endif -%}
+ {% endif %}
+ {% if pub.doi %}🌐
+ {% if pub.links -%}·{% endif -%}
{% endif %}
{% for link in pub.links %}
{% assign k = link[0] %}