index — crispy-website @ b2833696ecf3476a6db3ea067086321b8504f028

My personal homepage (very crispy)

css: centralize centering
crispy-caesus crispy@crispy-caesus.eu
Wed, 25 Mar 2026 19:50:25 +0100
commit

b2833696ecf3476a6db3ea067086321b8504f028

parent

553503c752751ecbd71d5f2269b1adba887cd3f6

4 files changed, 2 insertions(+), 7 deletions(-)

jump to
M static/blogPage.cssstatic/blogPage.css

@@ -1,8 +1,3 @@

-body{ - display: flex; - justify-content: center; -} - ul { list-style-type: none; }
M templates/blogpost.gotmpltemplates/blogpost.gotmpl

@@ -4,7 +4,7 @@ <head>

<meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{{.Title}}</title> <link rel="stylesheet" href="../static/global.css" /> - <link rel="stylesheet" href="../static/blog.css" /> + <link rel="stylesheet" href="../static/center.css" /> <link rel="icon" type="image/png" href="../static/banan_icon.png" /> </head> <body>
M templates/blogposts.gotmpltemplates/blogposts.gotmpl

@@ -4,7 +4,7 @@ <head>

<title>crispy blog</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="../static/global.css" /> - <link rel="stylesheet" href="../static/blogPage.css" /> + <link rel="stylesheet" href="../static/center.css" /> <link rel="icon" type="image/png" href="../static/banan_icon.png" /> </head> <body>