some boilplatery
This commit is contained in:
parent
1936a766b1
commit
84c031ecbe
4 changed files with 27 additions and 12 deletions
|
@ -82,9 +82,9 @@ const { title } = Astro.props;
|
|||
<section class="section">
|
||||
<div class="container">
|
||||
<slot />
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</div>
|
||||
</div>
|
||||
<center>
|
||||
<footer class="footer">
|
||||
<div class="content has-text-centered">
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
import Card from '../components/Card.astro';
|
||||
---
|
||||
|
||||
<Layout title="LimePot - ">
|
||||
<main>
|
||||
|
||||
</main>
|
||||
</Layout>
|
10
src/pages/boilerplates/boilerplate.astro
Normal file
10
src/pages/boilerplates/boilerplate.astro
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
import Layout from '../../layouts/Layout.astro';
|
||||
import Card from '../../components/Card.astro';
|
||||
---
|
||||
|
||||
<Layout title="LimePot - ">
|
||||
<main>
|
||||
|
||||
</main>
|
||||
</Layout>
|
15
src/pages/boilerplates/rssboilerplate.astro
Normal file
15
src/pages/boilerplates/rssboilerplate.astro
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
import Layout from '../../layouts/Layout.astro';
|
||||
import Card from '../../components/Card.astro';
|
||||
---
|
||||
|
||||
<Layout title="LimePot - *** -RSS">
|
||||
<main>
|
||||
<h2 class="title">
|
||||
<a href="./THERSS.rss">Download the RSS file.</a>
|
||||
<image src="../assets/rss.png" width="24" height="24"></image>
|
||||
</h2>
|
||||
<br>
|
||||
<!--SCRIPT HERE: https://rss.bloople.net/-->
|
||||
</main>
|
||||
</Layout>
|
Loading…
Reference in a new issue