diff --git a/_includes/publi_row.html b/_includes/publi_row.html index e733e4e..e74f806 100644 --- a/_includes/publi_row.html +++ b/_includes/publi_row.html @@ -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 %}{{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.cc %} + + {% endif %} {% for link in pub.links %} {% assign k = link[0] %} {{ sources[k].name }} diff --git a/css/screen.scss b/css/screen.scss index 2d71c4c..51a8739 100644 --- a/css/screen.scss +++ b/css/screen.scss @@ -143,6 +143,8 @@ ol li:hover { border-right: 3px solid $links; padding-right: 7px; } .footnotes { font-size: 0.8em; padding-left: 1em; margin-top: 2em;} .footnotes ol li { padding: 0; border: none; } +.cc-icon { height: 1em; vertical-align: middle; } + @media (max-width: $small-width) { body { font-size: 80%; } } diff --git a/images/by.png b/images/by.png new file mode 100644 index 0000000..55ef8c1 Binary files /dev/null and b/images/by.png differ