This commit is contained in:
parent
e7163cbf6e
commit
5501b63fec
3 changed files with 5 additions and 4 deletions
|
@ -61,6 +61,7 @@ body {
|
|||
|
||||
article,
|
||||
main.page,
|
||||
main.home,
|
||||
main>nav,
|
||||
.card {
|
||||
max-width: 42em;
|
||||
|
|
|
@ -21,9 +21,7 @@ Title: Home
|
|||
</header>
|
||||
</div>
|
||||
|
||||
<main class="home">
|
||||
{body}
|
||||
</main>
|
||||
{body}
|
||||
|
||||
<footer>
|
||||
<p>Made with <a href="https://weblog.lol">weblog.lol</a>.</p>
|
||||
|
|
|
@ -4,4 +4,6 @@ location: /profile
|
|||
template: Home
|
||||
---
|
||||
|
||||
{profile}
|
||||
<main class="home">
|
||||
{profile}
|
||||
</main>
|
Loading…
Reference in a new issue