Fix partials
This commit is contained in:
parent
929556b801
commit
07482fbba5
|
@ -61,6 +61,7 @@ if (updatedBy) {
|
|||
|
||||
{/* ------------------------------------------- HTML ------------------------------------------- */}
|
||||
|
||||
{" " /* TODO: To be removed when https://github.com/withastro/astro/issues/11103 is fixed */}
|
||||
<MasoTarget>
|
||||
<AsideLayout>
|
||||
<Fragment slot="header">
|
||||
|
|
|
@ -32,6 +32,7 @@ const { title, description, notes, credits } = getLocalizedMatch(translations);
|
|||
|
||||
{/* ------------------------------------------- HTML ------------------------------------------- */}
|
||||
|
||||
{" " /* TODO: To be removed when https://github.com/withastro/astro/issues/11103 is fixed */}
|
||||
<MasoTarget>
|
||||
<Card>
|
||||
<div class="event">
|
||||
|
|
Loading…
Reference in New Issue