Skip to content

Commit

Permalink
fix issue with misalignment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyifengzju committed Oct 20, 2023
1 parent 77daae7 commit 8d1dd4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/_includes/title_info.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<div class="publication-authors">
{% for author in site.data.authors.author_list %}
<span class="author-block">
<a href="{{author.url}}"> {{author.name}}<sup>{{author.affliation}} </sup>
<a href="{{author.url}}"> {{author.name}}<sup>{{author.affliation}}</sup>&nbsp&nbsp
</a>
</span>
{% endfor %}
</div>
Expand All @@ -10,7 +11,7 @@
{% for affliation in site.data.authors.affliation_list %}
<span class="author-block">
<sup>{{affliation.index}} </sup> {{affliation.name}}
</span>
</span>
{% endfor %}
</div>

Expand Down

0 comments on commit 8d1dd4d

Please sign in to comment.