Skip to content

Commit

Permalink
feat(inscription): add date text to date section
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Jan 23, 2025
1 parent ede0fc9 commit 57baf3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/routes/inscription/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@

<section id="date">
<h2>Date</h2>
<InscriptionDate inscription={metadata} />
{metadata.date._} (<InscriptionDate date={metadata.date} />)
<dl>
<dt>Evidence</dt>
<dd>{metadata.evidence || config.EMPTY_PLACEHOLDER}</dd>
<dd>{metadata.date.evidence || config.EMPTY_PLACEHOLDER}</dd>
</dl>
</section>

Expand Down

0 comments on commit 57baf3e

Please # to comment.