1
0

23 lines
387 B
HTML
Raw Permalink Normal View History

2020-11-15 08:33:51 -08:00
{{ 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 }}