From c206dc3f77135ea0fc3a66597567d7d66335141e Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Wed, 23 Oct 2024 17:51:50 -0700 Subject: Get rid of
Apparently it's deprecated or something. What the fuck is a flex box? --- static/styles.css | 2 +- templates/blog/post.html.template | 4 ++-- templates/index.html.template | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/static/styles.css b/static/styles.css index 5f7996e..6902bd2 100644 --- a/static/styles.css +++ b/static/styles.css @@ -17,7 +17,7 @@ h1 { font-family: 'QuickLove'; } -article { +section { max-width: 800px; margin: 0 auto 50px; padding: 40px; 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 @@ -
+
⬅️Home

{{template "title" .}}

{{template "post"}} -
+ diff --git a/templates/index.html.template b/templates/index.html.template index 43e35f9..4737e3d 100644 --- a/templates/index.html.template +++ b/templates/index.html.template @@ -1,19 +1,19 @@ {{define "title"}}roseh.moe{{end}} -
-

roseh.moe

+
+

roseh.moe

-
-
+
+
A dragon loli -
+

Games? (Warning: loud)

- + {{range .}} - + {{end}} -- cgit v1.3.1