Skip to content

Commit

Permalink
bold names
Browse files Browse the repository at this point in the history
  • Loading branch information
paolini committed Jan 26, 2024
1 parent f36a62f commit 6ebc6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ <h3>
// No valid affiliations, keep an empty string
}

return `${person.firstName} ${person.lastName} ${affiliationsLine}`
return `<b>${person.firstName} ${person.lastName}</b> ${affiliationsLine}`
}
</script>
</head>
Expand Down

0 comments on commit 6ebc6bb

Please sign in to comment.