summary refs log tree commit diff stats
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-22 15:13:10 +0200
committermounderfod <mounderfod@gmail.com>2023-07-22 15:13:10 +0200
commit05b6e2cb460aad4af8f31ac2644dfc3135df6ea8 (patch)
tree26579be59aa0746275f25bbbb269b58f36338cd8
parent303cefb44c65ee73b3b9a21879c2e4658e98f4ee (diff)
downloadwebsite-05b6e2cb460aad4af8f31ac2644dfc3135df6ea8.tar.gz
Small layout fixes
-rw-r--r--about.markdown2
-rw-r--r--blog.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/about.markdown b/about.markdown
index f0ea75a..cb7895c 100644
--- a/about.markdown
+++ b/about.markdown
@@ -4,7 +4,7 @@ title: About
 permalink: /about/
 ---
 
-<h1 style="text-align: center;">About</h1>
+# About
 
 Hello! :D My name is Noah, but I go by **mounderfod**. I am interested in music,
 programming and video games.
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 %}