Skip to content
Snippets Groups Projects
Commit 6457ae6b authored by Emmanuel Godard's avatar Emmanuel Godard
Browse files

ajout institution

parent 8c20576e
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
<li>
<time>{{ article.date|strftime('%d %b') }}</time><span>&nbsp;&nbsp;</span>
<a href="{{ SITEURL }}/{{ article.url }}"><strong>{{ article.title }}</strong>
{{ article.author }}
{{ article.author }} ({% if article.institution %}{{ article.institution }}{% else %}{{ DEFAULT_INSTITUTION }}{% endif %})
</a>
</li>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment