Replies: 1 comment
-
Yes, but you need to code a bit. I think that the simplest solution it to add the author name to the {% if author_is_self %}
and <em>{{author.first}} {{author.last}}</em>
{% else %}
{% if coauthor_url %}
and <a href="{{coauthor_url}}" target="_blank">{{author.first}} {{author.last}}</a>
{% else %}
and {{author.first}} {{author.last}}
{% endif %}
{% endif %} An alternative (and more elegant) solution is to edit correctly the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there possible to highlight a particular author in the publications with bold, regardless of whether it is the first author or not? Thank you so much!!!
Beta Was this translation helpful? Give feedback.
All reactions