summaryrefslogtreecommitdiff
path: root/src/layouts/BlogLayout.astro
blob: 86c7010de3dd3c831c823b8d4088236ce240ffb7 (plain)
1
2
3
4
5
6
7
---
import BaseLayout from './BaseLayout.astro';
---
<BaseLayout>
  <slot />
  <footer>Openring footer here</footer>
</BaseLayout>