some boilplatery

This commit is contained in:
nelle 2023-08-14 01:57:03 -06:00
parent 1936a766b1
commit 84c031ecbe
4 changed files with 27 additions and 12 deletions

View file

@ -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">

View file

@ -1,10 +0,0 @@
---
import Layout from '../layouts/Layout.astro';
import Card from '../components/Card.astro';
---
<Layout title="LimePot - ">
<main>
</main>
</Layout>

View file

@ -0,0 +1,10 @@
---
import Layout from '../../layouts/Layout.astro';
import Card from '../../components/Card.astro';
---
<Layout title="LimePot - ">
<main>
</main>
</Layout>

View 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>