summaryrefslogtreecommitdiffstats
path: root/templates/index.html.template
blob: 43e35f90582ce2a8dffc1f0975c46091eabf7a70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{{define "title"}}roseh.moe{{end}}

<div style="background-image:url(/static/index/stars.gif);background-repeat:repeat;height:500px;display:flex;justify-content:center;align-items:center">
	<h1>roseh.moe</h1>
</div>

<article>
	<center>
		<img src="/static/index/kanna.png" alt="A dragon loli" style="border-radius:50%;margin:-100px auto 20px">
	</center>

	<p><a href="/pong">Games?</a> (Warning: loud)</p>
</article>

{{range .}}
<article>
	<a href="/blog/{{.Slug}}"><h2>{{.Name}}</h2></a>
</article>
{{end}}