summaryrefslogtreecommitdiffstats
path: root/templates/index.html.template
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-10-22 18:49:51 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-10-22 18:49:51 -0700
commit43a4ee6234d3a38d6f9853b53c3d03cc67cd3287 (patch)
treeb47e3463dc8e6e15a419213a198c2d76da782606 /templates/index.html.template
parent43bcdbcb3f3956d5760a56324e30253e95ac02ed (diff)
downloadroseh.moe-43a4ee6234d3a38d6f9853b53c3d03cc67cd3287.tar.zst
Write a blog post.
Diffstat (limited to 'templates/index.html.template')
-rw-r--r--templates/index.html.template34
1 files changed, 15 insertions, 19 deletions
diff --git a/templates/index.html.template b/templates/index.html.template
index 49316cc..0d83073 100644
--- a/templates/index.html.template
+++ b/templates/index.html.template
@@ -1,21 +1,17 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <title>rose.moe</title>
- <link rel="icon" href="/static/icon.png">
- <link rel="stylesheet" href="/static/styles.css">
- </head>
- <body>
- <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>
+<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>
+<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></p>
- </article>
- </body>
-</html>
+ <p><a href="/pong">Games?</a> (Warning: loud)</p>
+</article>
+
+{{range .}}
+<article>
+ <a href="/blog/{{.}}"><h2>{{name .}}</h2></a>
+</article>
+{{end}}