diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-23 17:51:50 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-23 17:51:50 -0700 |
| commit | c206dc3f77135ea0fc3a66597567d7d66335141e (patch) | |
| tree | 11a36df2bf7a0a8366c4e17a44554b05d57ff91f /templates/blog/post.html.template | |
| parent | 9c7895f5cdd27aeadcaa7128682a047cfc4fb3f8 (diff) | |
| download | roseh.moe-c206dc3f77135ea0fc3a66597567d7d66335141e.tar.zst | |
Get rid of <center>
Apparently it's deprecated or something. What the fuck is a flex box?
Diffstat (limited to 'templates/blog/post.html.template')
| -rw-r--r-- | templates/blog/post.html.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/blog/post.html.template b/templates/blog/post.html.template index d250fee..80670d6 100644 --- a/templates/blog/post.html.template +++ b/templates/blog/post.html.template @@ -1,5 +1,5 @@ -<article> +<section> <a href="/">⬅️Home</a> <h1>{{template "title" .}}</h1> {{template "post"}} -</article> +</section> |
