summaryrefslogtreecommitdiffstats
path: root/templates/index.html.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html.template')
-rw-r--r--templates/index.html.template10
1 files changed, 2 insertions, 8 deletions
diff --git a/templates/index.html.template b/templates/index.html.template
index 4737e3d..9591293 100644
--- a/templates/index.html.template
+++ b/templates/index.html.template
@@ -1,19 +1,13 @@
{{define "title"}}roseh.moe{{end}}
-<div style="background-image:url(/static/index/stars.gif);background-repeat:repeat;height:500px;display:flex">
+<div style="background-image:url(/static/index/stars.webp);background-repeat:repeat;height:500px;display:flex">
<h1 style="margin:auto">roseh.moe</h1>
</div>
<section>
<div style="display:flex">
- <img src="/static/index/kanna.png" alt="A dragon loli" style="border-radius:50%;margin:-100px auto 20px">
+ <img src="/static/index/kanna.webp" alt="A dragon loli" style="border-radius:50%;margin:-100px auto 20px">
</div>
<p><a href="/pong">Games?</a> (Warning: loud)</p>
</section>
-
-{{range .}}
-<section>
- <a href="/blog/{{.Slug}}"><h2>{{.Name}}</h2></a>
-</section>
-{{end}}