From 159150afc918cf13f353ffbcc5abd3ab1b62432c Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 23 Oct 2022 23:54:14 +0300 Subject: feat: add layouts --- src/layouts/BlogLayout.astro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/layouts/BlogLayout.astro (limited to 'src/layouts/BlogLayout.astro') 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'; +--- + + + + -- cgit v1.2.3