diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-22 18:49:51 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-22 18:49:51 -0700 |
| commit | 43a4ee6234d3a38d6f9853b53c3d03cc67cd3287 (patch) | |
| tree | b47e3463dc8e6e15a419213a198c2d76da782606 /templates/index.html.template | |
| parent | 43bcdbcb3f3956d5760a56324e30253e95ac02ed (diff) | |
| download | roseh.moe-43a4ee6234d3a38d6f9853b53c3d03cc67cd3287.tar.zst | |
Write a blog post.
Diffstat (limited to 'templates/index.html.template')
| -rw-r--r-- | templates/index.html.template | 34 |
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}} |
