summaryrefslogtreecommitdiff
path: root/src/layouts/BlogLayout.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/BlogLayout.astro')
-rw-r--r--src/layouts/BlogLayout.astro7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/layouts/BlogLayout.astro b/src/layouts/BlogLayout.astro
new file mode 100644
index 0000000..86c7010
--- /dev/null
+++ b/src/layouts/BlogLayout.astro
@@ -0,0 +1,7 @@
+---
+import BaseLayout from './BaseLayout.astro';
+---
+<BaseLayout>
+ <slot />
+ <footer>Openring footer here</footer>
+</BaseLayout>