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, article,
main.page, main.page,
main.home,
main>nav, main>nav,
.card { .card {
max-width: 42em; max-width: 42em;

View file

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

View file

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