This commit is contained in:
parent
e7163cbf6e
commit
5501b63fec
3 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -4,4 +4,6 @@ location: /profile
|
||||||
template: Home
|
template: Home
|
||||||
---
|
---
|
||||||
|
|
||||||
{profile}
|
<main class="home">
|
||||||
|
{profile}
|
||||||
|
</main>
|
Loading…
Reference in a new issue