burning.moe/templates/home.page.tmpl
Lilian Jónsdóttir b541808f35 css tweaks
mobile layout is bad if there are too many links on a page
need fix
2024-01-24 18:12:54 -08:00

19 lines
513 B
Cheetah

{{- template "base" . -}}
{{- define "content" }}
<img src="static/img/moemoe.png" class="logo">
<div id="header">
<!-- <h1>燃え 萌え</h1> -->
<h2>burning.moe</h2>
</div>
<a href="http://www.pixiv.net/member_illust.php?mode=medium&illust_id=22647957">
<img src="static/img/burningmoe.jpg" class="logo" />
</a>
<br />
<span id="words">
{{ range (index .LinkMap "Pages")}}
<a href="{{ .Href }}" class="homelinks">{{ .Text }}</a><br />
{{ end }}
</span>
{{ end -}}