Skip to content

Commit

Permalink
bold self in pub
Browse files Browse the repository at this point in the history
  • Loading branch information
aksharc2 authored Jun 13, 2024
1 parent 441b762 commit 3a11caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/resume/publications.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<h6 class="title font-weight-bold ml-1 ml-md-4">
<a href="{{ content.url }}">{{ content.title }}</a>
</h6>
<h6 class="ml-1 ml-md-4" style="font-size: 0.95rem">{{ content.authors }}</h6>
{% assign authors = content.name | replace: "Chavan, Akshar Shravan", "<strong>Chavan, Akshar Shravan</strong>" %}
<h6 class="ml-1 ml-md-4" style="font-size: 0.95rem">{{ authors | raw }}</h6>
<h6 class="ml-1 ml-md-4" style="font-size: 0.95rem">{{ content.publisher }}</h6>
</div>
</div>
Expand Down

0 comments on commit 3a11caa

Please sign in to comment.