16 lines
225 B
Markdown
16 lines
225 B
Markdown
|
+++
|
||
|
title = "Home"
|
||
|
description = "Homepage for Elara's Site"
|
||
|
slug = "home"
|
||
|
+++
|
||
|
|
||
|
{{<button href="/about">}}
|
||
|
About Me
|
||
|
{{</button>}}
|
||
|
|
||
|
<span style="margin-left: 5px;">
|
||
|
{{<button href="/articles">}}
|
||
|
Articles
|
||
|
{{</button>}}
|
||
|
</span>
|