diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-25 22:44:33 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-25 22:44:33 -0700 |
| commit | c18135d1274d5012196073c0bc021d9868108291 (patch) | |
| tree | 5d59ee31b4aa9e72fd48fdefdcec426479b94c50 /templates/index.html.template | |
| parent | 533853eaa3ffdb3d278ce7730a0012dfbc6b3fd1 (diff) | |
| download | roseh.moe-c18135d1274d5012196073c0bc021d9868108291.tar.zst | |
Get rid of the blog and use webp.
Diffstat (limited to 'templates/index.html.template')
| -rw-r--r-- | templates/index.html.template | 10 |
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}} |
