init
This commit is contained in:
commit
c55478f6a5
11 changed files with 299 additions and 0 deletions
22
layouts/index.html
Normal file
22
layouts/index.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<main aria-role="main">
|
||||
|
||||
|
||||
<div class="content">
|
||||
<div class="index-content framed">
|
||||
<h1 id="hello-there">Hi Barcamp!</h1>
|
||||
<p>Hier kommst du zur Timeline</p>
|
||||
<div align="center">
|
||||
<a class="read-more button" href="/timeline">View → </a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
{{ end }}
|
||||
Reference in a new issue