diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-22 15:13:10 +0200 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-22 15:13:10 +0200 |
commit | 05b6e2cb460aad4af8f31ac2644dfc3135df6ea8 (patch) | |
tree | 26579be59aa0746275f25bbbb269b58f36338cd8 /blog.html | |
parent | 303cefb44c65ee73b3b9a21879c2e4658e98f4ee (diff) | |
download | website-05b6e2cb460aad4af8f31ac2644dfc3135df6ea8.tar.gz |
Small layout fixes
Diffstat (limited to 'blog.html')
-rw-r--r-- | blog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.html b/blog.html index 56bf4d9..a5432a0 100644 --- a/blog.html +++ b/blog.html @@ -4,7 +4,7 @@ title: Blog permalink: /blog/ --- -<h1 style="text-align: center">Blog</h1> +<h1>Blog</h1> <script type="text/javascript" src="../mentions.js"></script> {% for post in site.posts %} |