diff --git a/src/pages/boilerplate.astro b/src/pages/boilerplate.astro new file mode 100644 index 0000000..ebef021 --- /dev/null +++ b/src/pages/boilerplate.astro @@ -0,0 +1,10 @@ +--- +import Layout from '../layouts/Layout.astro'; +import Card from '../components/Card.astro'; +--- + + +
+ +
+
\ No newline at end of file diff --git a/src/pages/boilerplates/boilerplate.astro b/src/pages/boilerplates/boilerplate.astro deleted file mode 100644 index 337bde8..0000000 --- a/src/pages/boilerplates/boilerplate.astro +++ /dev/null @@ -1,10 +0,0 @@ ---- -import Layout from '../../layouts/Layout.astro'; -import Card from '../../components/Card.astro'; ---- - - -
- -
-
\ No newline at end of file diff --git a/src/pages/boilerplates/rssboilerplate.astro b/src/pages/boilerplates/rssboilerplate.astro deleted file mode 100644 index 3b4234e..0000000 --- a/src/pages/boilerplates/rssboilerplate.astro +++ /dev/null @@ -1,15 +0,0 @@ ---- -import Layout from '../../layouts/Layout.astro'; -import Card from '../../components/Card.astro'; ---- - - -
-

- Download the RSS file. - -

-
- -
-
\ No newline at end of file