Skip to content

Commit

Permalink
resolve #116
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Kaggl committed May 24, 2024
1 parent a96fd88 commit c3557dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pages/detail/persons/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,13 @@ useHead({
:key="reference.id"
>
<div v-if="i !== 0" class="my-1 border" />
<div class="flex flex-col gap-0.5">
<h3 v-html="detectURLsAddLinks(reference.title || reference.shortTitle)" />
<div>
<span
:class="reference.folio && 'after:content-[\',_\']'"
v-html="detectURLsAddLinks(reference.title || reference.shortTitle)"
/>
<span
v-if="reference.folio"
class="text-sm text-gray-600"
v-html="detectURLsAddLinks(reference.folio)"
/>
Expand Down

0 comments on commit c3557dc

Please sign in to comment.