diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-23 07:03:22 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-23 07:03:22 -0700 |
| commit | 44645b7ec78750ee61e9f65313242788c324437d (patch) | |
| tree | 21b13915b014663adf58f5cb9c611ac0a289490c /templates/index.html.template | |
| parent | 59f10197ee75a881213ac50fbb026601f027bbe4 (diff) | |
| download | roseh.moe-44645b7ec78750ee61e9f65313242788c324437d.tar.zst | |
Fix the page title for blog posts.
Diffstat (limited to 'templates/index.html.template')
| -rw-r--r-- | templates/index.html.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html.template b/templates/index.html.template index 0d83073..5c8d11b 100644 --- a/templates/index.html.template +++ b/templates/index.html.template @@ -10,7 +10,7 @@ <p><a href="/pong">Games?</a> (Warning: loud)</p> </article> -{{range .}} +{{range .Posts}} <article> <a href="/blog/{{.}}"><h2>{{name .}}</h2></a> </article> |
