add albatross articles

simulpubed
This commit is contained in:
2022-10-02 16:30:35 -04:00
parent aedc42a9b3
commit 66c4b32049
9 changed files with 862 additions and 1 deletions

View File

@@ -10,6 +10,6 @@ const imgSrc =
<template>
<figure class="flex flex-col items-center">
<img :src="imgSrc" />
<figcaption class="text-center"><Markdown /></figcaption>
<figcaption class="text-center"><slot /></figcaption>
</figure>
</template>