Added Heritages, Ancestries, and Tinctures
All checks were successful
Build and Deploy DAVE | DMGs Site / deploy (push) Successful in 43s
All checks were successful
Build and Deploy DAVE | DMGs Site / deploy (push) Successful in 43s
This commit is contained in:
@@ -9,7 +9,7 @@ import { extractSidenotes } from '@lib/utils/extractors';
|
||||
import Sidenote from '@compontents/content/Sidenote.astro';
|
||||
|
||||
interface Props {
|
||||
entry: CollectionEntry<'articles'> | CollectionEntry<'elements'>;
|
||||
entry: CollectionEntry<'articles'> | CollectionEntry<'elements'> | CollectionEntry<'kindred'>;
|
||||
collectionName: string;
|
||||
}
|
||||
|
||||
@@ -60,8 +60,8 @@ const headerCover =
|
||||
</div>
|
||||
{hasMargin &&(
|
||||
<aside class="margin">
|
||||
{sidenotes.map(note => <Sidenote {...note} />)}
|
||||
<slot name="margin" />
|
||||
{sidenotes.map(note => <Sidenote {...note} />)}
|
||||
</aside>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user