mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
feat: add the intro line to the layout
This commit is contained in:
@@ -32,6 +32,13 @@ const gridVariant = frontmatter.grid || grid;
|
||||
</div>
|
||||
)
|
||||
}
|
||||
{
|
||||
frontmatter.intro && (
|
||||
<blockquote class="mbe-10">
|
||||
<p>{frontmatter.intro}</p>
|
||||
</blockquote>
|
||||
)
|
||||
}
|
||||
<slot name="before-content" />
|
||||
{
|
||||
frontmatter.intro && (
|
||||
|
||||
Reference in New Issue
Block a user