Skip to content

Commit

Permalink
fixes meeting title
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDiakite committed Jun 3, 2024
1 parent 63acff1 commit b824eda
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,7 @@
<header>
<h1>
{#if post && post.meta.kind === 'meeting'}
{Date.parse(post.meta.date).toLocaleString($locale === 'fr' ? 'fr-FR' : 'en-US', {
weekday: 'long',
year: 'numeric',
month: 'long',
day: 'numeric'
})}
{$dateToLocalizedString(post.meta.date)}
{:else}
{post.meta.title}
{/if}
Expand Down

0 comments on commit b824eda

Please sign in to comment.