updated home template
All checks were successful
/ weblog.lol (push) Successful in 9s

This commit is contained in:
Gordon Pedersen 2024-05-13 14:30:20 +10:00
parent e7163cbf6e
commit 5501b63fec
3 changed files with 5 additions and 4 deletions

View file

@ -61,6 +61,7 @@ body {
article,
main.page,
main.home,
main>nav,
.card {
max-width: 42em;

View file

@ -21,9 +21,7 @@ Title: Home
</header>
</div>
<main class="home">
{body}
</main>
<footer>
<p>Made with <a href="https://weblog.lol">weblog.lol</a>.</p>

View file

@ -4,4 +4,6 @@ location: /profile
template: Home
---
<main class="home">
{profile}
</main>