23 lines
387 B
HTML
23 lines
387 B
HTML
|
{{ define "main" }}
|
||
|
|
||
|
<main aria-role="main">
|
||
|
|
||
|
|
||
|
<div class="content">
|
||
|
<div class="index-content framed">
|
||
|
<h1 id="hello-there">Hello there!</h1>
|
||
|
<p>Welcome in the <code>timeline</code> theme for hugo. </p>
|
||
|
<div align="center">
|
||
|
<a class="read-more button" href="/timeline">View → </a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</main>
|
||
|
|
||
|
|
||
|
|
||
|
{{ end }}
|